From 4b51fb4d4c433fd6402551bdbb30d9b4fd3f26fb Mon Sep 17 00:00:00 2001 From: tshino Date: Sun, 19 Dec 2021 18:22:02 +0900 Subject: [PATCH] Update version to v0.6.0 --- CHANGELOG.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e5b005..f2366510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Keyboard Macro Bata extension will be documented in this file. -### [Unreleased] +### [0.6.0] - 2021-12-19 - New - Added Sublime Text Keymap support. [#18](https://github.com/tshino/vscode-kb-macro/issues/18) - Added 'repeat' argument support to the playback command. [#19](https://github.com/tshino/vscode-kb-macro/pull/19) diff --git a/package-lock.json b/package-lock.json index 70af75f0..c44dc910 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kb-macro", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4a122db3..f701cb60 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "kb-macro", "displayName": "Keyboard Macro Beta", "description": "Recordable keyboard macro for Visual Studio Code", - "version": "0.5.0", + "version": "0.6.0", "publisher": "tshino", "engines": { "vscode": "^1.63.0"