We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf254b commit 8b4a53cCopy full SHA for 8b4a53c
CHANGELOG.md
@@ -7,6 +7,11 @@ release date when you use `npm version` (see `README.md`).
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- The build was broken due to the addition of the `types` directory. Unbreak
13
+ the build.
14
15
## [0.3.0][] - 2022-06-20
16
17
### Changed
@@ -45,7 +50,5 @@ release date when you use `npm version` (see `README.md`).
45
50
46
51
[unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.2.1...HEAD
47
52
[0.2.1]: https://github.com/webxdc/webxdc-dev/tree/v0.2.1
48
-
49
-[Unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.0...HEAD
-[0.3.0]: https://github.com/webxdc/webxdc-dev/tree/v0.3.0
53
+[unreleased]: https://github.com/webxdc/webxdc-dev/compare/v0.3.0...HEAD
54
+[0.3.0]: https://github.com/webxdc/webxdc-dev/tree/v0.3.0
0 commit comments