Skip to content

Commit 9f32173

Browse files
authored
update version (#74)
1 parent 457b975 commit 9f32173

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.2
2+
3+
- Fix spread operator incorrect definition. [#69](https://github.com/clinyong/vscode-css-modules/pull/69) for detail.
4+
15
## 0.4.1
26

37
- Fix unable to resolve alias path on Windows. [#53](https://github.com/clinyong/vscode-css-modules/issues/53) for detail.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-css-modules",
33
"displayName": "CSS Modules",
44
"description": "Visual Studio Code extension for CSS Modules",
5-
"version": "0.4.1",
5+
"version": "0.4.2",
66
"publisher": "clinyong",
77
"engines": {
88
"vscode": "^1.56.0"

0 commit comments

Comments
 (0)