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

Commit 3363926

Browse files
authored
Merge pull request #95 from olback/3.3.1
bump vscode version
2 parents 33fb72b + 37b6955 commit 3363926

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 3.3.0
1+
# 3.3.1
2+
* Bumb required VS Code version to `1.30.0`.
3+
4+
## 3.3.0
25
* Added ability to minify file from explorer (file list to the left). Fixes #90.
36
* Fixed issue #92. (Thanks @Tim-Veestraeten)
47
* Added file watcher for config files.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "es6-css-minify",
33
"displayName": "JS & CSS Minifier (Minify)",
44
"description": "Easily Minify ES5/ES6/ES7/ES8 and CSS. Supports minify on save, minify selection & custom configurations!",
5-
"version": "3.3.0",
5+
"version": "3.3.1",
66
"publisher": "olback",
77
"icon": "icon.png",
88
"galleryBanner": {
@@ -32,7 +32,7 @@
3232
"Other"
3333
],
3434
"engines": {
35-
"vscode": "^1.18.0"
35+
"vscode": "^1.30.0"
3636
},
3737
"activationEvents": [
3838
"onCommand:es6-css-minify.loadConfig",
@@ -299,7 +299,7 @@
299299
"@types/glob": "^7.1.1",
300300
"@types/mocha": "^5.2.6",
301301
"@types/node": "^10.14.18",
302-
"@types/vscode": "^1.38.0",
302+
"@types/vscode": "^1.30.0",
303303
"@types/webpack": "^4.39.1",
304304
"autoprefixer": "^9.6.1",
305305
"clean-css": "^4.2.1",

0 commit comments

Comments
 (0)