diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a2fc9b..7a6d4bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.1](https://github.com/hal-shu-sato/apm/compare/v0.1.0...v0.1.1) (2021-06-21) + ## 0.1.0 (2021-06-21) ### Features diff --git a/package.json b/package.json index c4cff8e4..7d4c244b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apm", "productName": "AviUtl Plugin Manager", - "version": "0.1.0", + "version": "0.1.1", "description": "A plugin manager for AviUtl", "main": "./src/main.js", "repository": "https://github.com/hal-shu-sato/apm.git",