Skip to content

Commit e3945f0

Browse files
Release 0.15.3 (#298)
Co-authored-by: Andrew Jakubowicz <ajakubowicz@google.com>
1 parent ca6834f commit e3945f0

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.15.3] - 2022-03-29
2121

2222
### Fixed
2323

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.15.2",
3+
"version": "0.15.3",
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.15.2';
11+
export const npmVersion = '0.15.3';
1212
export const serviceWorkerHash = 'f56081d9';

0 commit comments

Comments
 (0)