Skip to content
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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