Skip to content

Commit 5450b51

Browse files
committed
0.3.1
1 parent 8b4a53c commit 5450b51

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
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.3.1][] - 2022-06-20
11+
1012
### Fixed
1113

1214
- The build was broken due to the addition of the `types` directory. Unbreak
@@ -52,3 +54,7 @@ release date when you use `npm version` (see `README.md`).
5254
[0.2.1]: https://github.com/webxdc/webxdc-dev/tree/v0.2.1
5355
[unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.0...HEAD
5456
[0.3.0]: https://github.com/webxdc/webxdc-dev/tree/v0.3.0
57+
58+
59+
[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.1...HEAD
60+
[0.3.1]: https://github.com/webxdc/webxdc-dev/tree/v0.3.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)