Skip to content

Commit a71eb30

Browse files
Release 0.18.1 (#376)
1 parent ba1938e commit a71eb30

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
-->
1212

1313
<!-- ## [X.Y.Z] - YYYY-MM-DD -->
14-
<!-- ## Unreleased -->
14+
<!-- ## [Unreleased] -->
1515
<!-- ### Changed -->
1616
<!-- ### Added -->
1717
<!-- ### Fixed -->
1818
<!-- ### Removed -->
1919

20-
## [Unreleased]
20+
<!-- ## [Unreleased] -->
21+
22+
## [0.18.1] - 2023-08-10
2123

2224
### Fixed
2325

@@ -1151,7 +1153,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
11511153

11521154
- Initial release.
11531155

1154-
[unreleased]: https://github.com/google/playground-elements/compare/v0.18.0...HEAD
1156+
[unreleased]: https://github.com/google/playground-elements/compare/v0.18.1...HEAD
1157+
[0.18.1]: https://github.com/google/playground-elements/compare/v0.18.0...v0.18.1
11551158
[0.18.0]: https://github.com/google/playground-elements/compare/v0.17.1...v0.18.0
11561159
[0.17.1]: https://github.com/google/playground-elements/compare/v0.17.0...v0.17.1
11571160
[0.17.0]: https://github.com/google/playground-elements/compare/v0.16.3...v0.17.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": "playground-elements",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "Serverless coding environments for the web",
55
"homepage": "https://github.com/google/playground-elements#readme",
66
"repository": "github:google/playground-elements",

src/shared/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
// This file is automatically generated by scripts/update-version-module.js
1010
// before publishing.
11-
export const npmVersion = '0.18.0';
11+
export const npmVersion = '0.18.1';
1212
export const serviceWorkerHash = '1dae6563';

0 commit comments

Comments
 (0)