From e926d46bbb1942713d171afd4e5b0f849545ad0b Mon Sep 17 00:00:00 2001 From: kasecato Date: Fri, 20 Oct 2023 09:05:28 +0900 Subject: [PATCH] Releasing v1.5.12 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- src/package-with-comment.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bdf165..5378f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.5.12 (Oct 20, 2023) + +* revert - Commenting to move to next line as in Idea. See [#233](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/233) + ## 1.5.11 (Oct 8, 2023) * bug fix - Fix Quote causing failed Mac imports. See [#308](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/308) diff --git a/package-lock.json b/package-lock.json index 4362f4f..13ddb8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.11", + "version": "1.5.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "intellij-idea-keybindings", - "version": "1.5.11", + "version": "1.5.12", "license": "MIT", "dependencies": { "fast-xml-parser": "^4.3.2", diff --git a/package.json b/package.json index 87cc5f6..071dad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.11", + "version": "1.5.12", "publisher": "k--kato", "engines": { "vscode": "^1.83.0" diff --git a/src/package-with-comment.json b/src/package-with-comment.json index 3aa94c2..04f18ff 100644 --- a/src/package-with-comment.json +++ b/src/package-with-comment.json @@ -1,6 +1,6 @@ { "name": "intellij-idea-keybindings", - "version": "1.5.11", + "version": "1.5.12", "publisher": "k--kato", "engines": { "vscode": "^1.83.0"