Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbierner committed Feb 24, 2020
1 parent 2e22b1d commit 68b3a4b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.6.0 - Feb 24, 2020
- Enable in SCM (git) input.

## 0.5.3 - September 27, 2019
- Remove `out` dir from published extension.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"name": "emojisense",
"displayName": ":emojisense:",
"description": "Adds suggestions and autocomplete for emoji",
"version": "0.5.3",
"version": "0.6.0",
"publisher": "bierner",
"icon": "media/icon.png",
"license": "MIT",
"extensionKind": ["ui", "workspace"],
"extensionKind": [
"ui",
"workspace"
],
"keywords": [
"emoji",
"emojis",
Expand Down

0 comments on commit 68b3a4b

Please sign in to comment.