From 01ae535c17d0770b3f3d2ed7c1f32d5c80a7f67b Mon Sep 17 00:00:00 2001 From: Weida Hong Date: Mon, 8 Mar 2021 23:37:58 +0800 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 6 +++++- README.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8736594..285ce8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ All notable changes to the "gpg-indicator" extension will be documented in this Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -## [0.3.3] - 2020-12-01 +## [0.3.4] - 2021-03-08 +### Fixed +- Fix packaging issue which breaks version 0.3.3 + +## [0.3.3] - 2021-03-07 ### Fixed - Enhance the message of error of lacking expect tool diff --git a/README.md b/README.md index d157441..035e196 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Multi-folder workspace is not supported yet. ## Release Notes +### 0.3.4 + +Fix packaging issue which breaks version 0.3.3 + ### 0.3.3 Enhance the message of error of lacking `expect` tool diff --git a/package-lock.json b/package-lock.json index 0b73fcf..2ff728e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gpg-indicator", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eebea61..061cb7e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "name": "Weida Hong", "url": "https://blog.bitisle.net" }, - "version": "0.3.3", + "version": "0.3.4", "publisher": "wdhongtw", "engines": { "vscode": "^1.45.0"