From cc12f1fd4388a2136851c8b8f0e32af7cfa157c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A1=E8=89=B2?= Date: Fri, 22 Nov 2024 14:35:29 +0800 Subject: [PATCH] release(4.1.0): release 4.1.0 (#77) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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",