Skip to content

Commit

Permalink
Release 0.18.1 (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJakubowicz authored Aug 10, 2023
1 parent ba1938e commit a71eb30
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
-->

<!-- ## [X.Y.Z] - YYYY-MM-DD -->
<!-- ## Unreleased -->
<!-- ## [Unreleased] -->
<!-- ### Changed -->
<!-- ### Added -->
<!-- ### Fixed -->
<!-- ### Removed -->

## [Unreleased]
<!-- ## [Unreleased] -->

## [0.18.1] - 2023-08-10

### Fixed

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

- Initial release.

[unreleased]: https://github.com/google/playground-elements/compare/v0.18.0...HEAD
[unreleased]: https://github.com/google/playground-elements/compare/v0.18.1...HEAD
[0.18.1]: https://github.com/google/playground-elements/compare/v0.18.0...v0.18.1
[0.18.0]: https://github.com/google/playground-elements/compare/v0.17.1...v0.18.0
[0.17.1]: https://github.com/google/playground-elements/compare/v0.17.0...v0.17.1
[0.17.0]: https://github.com/google/playground-elements/compare/v0.16.3...v0.17.0
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-elements",
"version": "0.18.0",
"version": "0.18.1",
"description": "Serverless coding environments for the web",
"homepage": "https://github.com/google/playground-elements#readme",
"repository": "github:google/playground-elements",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

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

0 comments on commit a71eb30

Please sign in to comment.