diff --git a/CHANGELOG.md b/CHANGELOG.md index b9ebcd4..09a5129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [4.1.0](https://github.com/cipchk/vscode-cssrem/compare/4.0.0...4.1.0) (2024-11-22) + + +### Features + +* add zh-tw language ([#76](https://github.com/cipchk/vscode-cssrem/issues/76)) ([b2866c5](https://github.com/cipchk/vscode-cssrem/commit/b2866c5da86d71dee1e283f2dd485c6a02b46b0f)) +* support web ([#75](https://github.com/cipchk/vscode-cssrem/issues/75)) ([3c8687d](https://github.com/cipchk/vscode-cssrem/commit/3c8687df19ff06b99f8569f3162f4b7744cfe1bd)) + + + # 4.0.0 (2024-11-12) ### Features diff --git a/package.json b/package.json index 50590ca..b9c9976 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cssrem", "displayName": "px to rem & rpx & vw (cssrem)", "description": "Converts between px and rem & rpx & vw units in VSCode", - "version": "4.0.0", + "version": "4.1.0", "publisher": "cipchk", "icon": "icon.png", "license": "MIT",