Skip to content

Commit fd39e65

Browse files
committed
chore: changelog
1 parent 3b48c1d commit fd39e65

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/volarjs/volar.js/compare/v1.11.1...v2.0.0) (2024/1/21)
4+
5+
Please refer to [#85](https://github.com/volarjs/volar.js/issues/85) for details.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"watch": "tsc -b -w",
66
"watch:labs": "cd extensions/labs && npm run watch",
77
"prerelease": "npm run build && npm run test",
8-
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push",
8+
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock",
99
"release:next": "npm run release -- --dist-tag next",
1010
"test": "vitest run",
1111
"lint": "tsl --projects **/tsconfig.json",

0 commit comments

Comments
 (0)