Skip to content

Commit

Permalink
1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
svipas committed Dec 18, 2019
1 parent 92b136e commit bbaea28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## [Unreleased]

## 1.7.1 (December 18, 2019)

- Update all dependencies.
- Publish extension with `--yarn` flag in `vsce` command.

## 1.7.0 (December 13, 2019)

- Set `target` in `tsconfig.json` to `ES2017` instead of `es6` and remove `lib` key.
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.7.0",
"version": "1.7.1",
"publisher": "svipas",
"main": "./out/main.js",
"repository": {
Expand Down

0 comments on commit bbaea28

Please sign in to comment.