Skip to content

Commit fd85934

Browse files
committed
Releasing v1.2.1
1 parent df21b5f commit fd85934

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 1.2.1 (Jan 28, 2021)
4+
5+
* bug fix - Fresh install could not find an import command. See [#201](https://github.com/kasecato/vscode-intellij-idea-keybindings/issues/201)
6+
37
## 1.2.0 (Jan 28, 2021)
48

59
* enhancement - IntelliJ Importer for Linux. See [#200](https://github.com/kasecato/vscode-intellij-idea-keybindings/pull/200)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intellij-idea-keybindings",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"publisher": "k--kato",
55
"engines": {
66
"vscode": "^1.52.0"

src/package-with-comment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intellij-idea-keybindings",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"publisher": "k--kato",
55
"engines": {
66
"vscode": "^1.52.0"

0 commit comments

Comments
 (0)