Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #95 from olback/3.3.1
Browse files Browse the repository at this point in the history
bump vscode version
  • Loading branch information
olback authored Oct 8, 2019
2 parents 33fb72b + 37b6955 commit 3363926
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 3.3.0
# 3.3.1
* Bumb required VS Code version to `1.30.0`.

## 3.3.0
* Added ability to minify file from explorer (file list to the left). Fixes #90.
* Fixed issue #92. (Thanks @Tim-Veestraeten)
* Added file watcher for config files.
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "es6-css-minify",
"displayName": "JS & CSS Minifier (Minify)",
"description": "Easily Minify ES5/ES6/ES7/ES8 and CSS. Supports minify on save, minify selection & custom configurations!",
"version": "3.3.0",
"version": "3.3.1",
"publisher": "olback",
"icon": "icon.png",
"galleryBanner": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"Other"
],
"engines": {
"vscode": "^1.18.0"
"vscode": "^1.30.0"
},
"activationEvents": [
"onCommand:es6-css-minify.loadConfig",
Expand Down Expand Up @@ -299,7 +299,7 @@
"@types/glob": "^7.1.1",
"@types/mocha": "^5.2.6",
"@types/node": "^10.14.18",
"@types/vscode": "^1.38.0",
"@types/vscode": "^1.30.0",
"@types/webpack": "^4.39.1",
"autoprefixer": "^9.6.1",
"clean-css": "^4.2.1",
Expand Down

0 comments on commit 3363926

Please sign in to comment.