Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svipas committed Dec 9, 2019
1 parent 22d54d3 commit 81c815c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## 1.6.0 (December 9, 2019)

- Update all dependencies.
- Refactor `ExtensionStore` to store only disabled extensions.
- Fix restoring of disabled extensions snippets after extension activation for Insiders build.

## 1.5.0 (December 4, 2019)

- Update all dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "control-snippets",
"displayName": "Control Snippets",
"description": "Disable or enable VS Code's built-in snippets and manually installed snippets from extensions.",
"version": "1.5.0",
"version": "1.6.0",
"publisher": "svipas",
"main": "./out/main.js",
"repository": {
Expand Down

0 comments on commit 81c815c

Please sign in to comment.