From 28b2eafbd7d3cd67136953c1d2166f8ee7946694 Mon Sep 17 00:00:00 2001 From: ato lash Date: Wed, 26 Oct 2022 23:15:01 +0900 Subject: [PATCH] chore(release): 3.6.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2084b7..a0247b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +## [3.6.0](https://github.com/team-apm/apm/compare/v3.5.0...v3.6.0) (2022-10-26) + +### Features + +- switch button text according to installation status ([56f3b60](https://github.com/team-apm/apm/commit/56f3b6095db2c0128e701f9c1528c78e86ae837c)), closes [#838](https://github.com/team-apm/apm/issues/838) + ## [3.5.0](https://github.com/team-apm/apm/compare/v3.4.3...v3.5.0) (2022-09-13) ### Features diff --git a/package.json b/package.json index 1faf820f..1108c8c8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "apm", "productName": "AviUtl Package Manager", - "version": "3.5.0", + "version": "3.6.0", "description": "A package manager for AviUtl", "main": ".webpack/main", "repository": "https://github.com/team-apm/apm.git",