Skip to content

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Nov 12, 2024
1 parent 45dc9b9 commit f555b88
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 4.0.0 (2024-11-12)

### Features

* support ignore code ([#71](https://github.com/cipchk/vscode-cssrem/issues/71)) ([b3b45cc](https://github.com/cipchk/vscode-cssrem/commit/b3b45ccfb593ac4eee4cedc21ab423a4ef4d2551))
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "3.2.2",
"version": "4.0.0",
"publisher": "cipchk",
"icon": "icon.png",
"license": "MIT",
Expand All @@ -20,7 +20,8 @@
"check-types": "tsc --noEmit",
"lint": "eslint src",
"test": "vscode-test",
"publish": "vsce package --no-yarn"
"publish": "vsce package --no-yarn",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg package.json"
},
"l10n": "./l10n",
"main": "./out/extension",
Expand Down Expand Up @@ -268,6 +269,7 @@
"@vscode/l10n-dev": "^0.0.18",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"conventional-changelog-cli": "^5.0.0",
"esbuild": "^0.24.0",
"eslint": "^9.13.0",
"npm-run-all": "^4.1.5",
Expand Down
Loading

0 comments on commit f555b88

Please sign in to comment.