Skip to content

Commit 4bee864

Browse files
committed
release: 4.1.1
1 parent f9fd4aa commit 4bee864

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.1.1](https://github.com/cipchk/vscode-cssrem/compare/4.1.0...4.1.1) (2025-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* fix character can't be parsed as a number ([#79](https://github.com/cipchk/vscode-cssrem/issues/79)) ([f9fd4aa](https://github.com/cipchk/vscode-cssrem/commit/f9fd4aafcb487e9b8f85f2a42835596044338033))
7+
8+
9+
110
# [4.1.0](https://github.com/cipchk/vscode-cssrem/compare/4.0.0...4.1.0) (2024-11-22)
211

312

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.1.0",
5+
"version": "4.1.1",
66
"publisher": "cipchk",
77
"icon": "icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)