From 24a00da716a81eb93c94e939c43d7a1acb821289 Mon Sep 17 00:00:00 2001 From: ato lash Date: Mon, 21 Jun 2021 18:52:14 +0900 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",