Skip to content

Commit cc12f1f

Browse files
authored
release(4.1.0): release 4.1.0 (#77)
1 parent b2866c5 commit cc12f1f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [4.1.0](https://github.com/cipchk/vscode-cssrem/compare/4.0.0...4.1.0) (2024-11-22)
2+
3+
4+
### Features
5+
6+
* add zh-tw language ([#76](https://github.com/cipchk/vscode-cssrem/issues/76)) ([b2866c5](https://github.com/cipchk/vscode-cssrem/commit/b2866c5da86d71dee1e283f2dd485c6a02b46b0f))
7+
* support web ([#75](https://github.com/cipchk/vscode-cssrem/issues/75)) ([3c8687d](https://github.com/cipchk/vscode-cssrem/commit/3c8687df19ff06b99f8569f3162f4b7744cfe1bd))
8+
9+
10+
111
# 4.0.0 (2024-11-12)
212

313
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cssrem",
33
"displayName": "px to rem & rpx & vw (cssrem)",
44
"description": "Converts between px and rem & rpx & vw units in VSCode",
5-
"version": "4.0.0",
5+
"version": "4.1.0",
66
"publisher": "cipchk",
77
"icon": "icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)