Skip to content

Commit f2d1f43

Browse files
committed
0.21.0
1 parent af76fbb commit f2d1f43

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ release date when you use `npm version` (see `README.md`).
77

88
## [Unreleased]
99

10+
## [0.21.0][] - 2025-11-23
11+
1012
### Changes
1113

1214
- Don't open browser automatically anymore, you can now open the browser with -o, --open like in vite
@@ -440,7 +442,8 @@ release date when you use `npm version` (see `README.md`).
440442
[0.15.0]: https://github.com/webxdc/webxdc-dev/tree/v0.15.0
441443
[unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.15.1...HEAD
442444
[0.15.1]: https://github.com/webxdc/webxdc-dev/tree/v0.15.1
443-
[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.20.0...HEAD
445+
[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.21.0...HEAD
446+
[0.21.0]: https://github.com/webxdc/webxdc-dev/compare/v0.20.0...v0.21.0
444447
[0.20.0]: https://github.com/webxdc/webxdc-dev/compare/v0.19.0...v0.20.0
445448
[0.19.0]: https://github.com/webxdc/webxdc-dev/compare/v0.18.0...v0.19.0
446449
[0.18.0]: https://github.com/webxdc/webxdc-dev/compare/v0.17.0...v0.18.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webxdc/webxdc-dev",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "A dev tool for Webxdc",
55
"homepage": "https://github.com/webxdc/webxdc-dev#readme",
66
"keywords": [

0 commit comments

Comments
 (0)