We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b48c1d commit fd39e65Copy full SHA for fd39e65
CHANGELOG.md
@@ -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
@@ -5,7 +5,7 @@
"watch": "tsc -b -w",
6
"watch:labs": "cd extensions/labs && npm run watch",
7
"prerelease": "npm run build && npm run test",
8
- "release": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push",
+ "release": "lerna publish --exact --force-publish --yes --sync-workspace-lock",
9
"release:next": "npm run release -- --dist-tag next",
10
"test": "vitest run",
11
"lint": "tsl --projects **/tsconfig.json",
0 commit comments