Skip to content

Commit e8b4897

Browse files
Release 0.18.0 (#371)
* Update changelog with release * Release 0.18.0
1 parent 1da4f17 commit e8b4897

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
<!-- ### Fixed -->
1818
<!-- ### Removed -->
1919

20-
## Unreleased
20+
## [0.18.0] - 2023-05-25
2121

2222
### Changed
2323

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": "playground-elements",
3-
"version": "0.17.1",
3+
"version": "0.18.0",
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

+1-1
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.17.1';
11+
export const npmVersion = '0.18.0';
1212
export const serviceWorkerHash = '1dae6563';

0 commit comments

Comments
 (0)