diff --git a/CHANGELOG.md b/CHANGELOG.md index 9005cb49..b90fc973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,11 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [0.16.2] - 2022-06-15 ### Added -- Added support for compiling `jsx` and `tsx` modules in the playground. +- Added support for compiling `jsx` and `tsx` modules. ## [0.16.1] - 2022-05-17 diff --git a/package-lock.json b/package-lock.json index 1a8bceb2..7f3c7e26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playground-elements", - "version": "0.16.1", + "version": "0.16.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playground-elements", - "version": "0.16.1", + "version": "0.16.2", "license": "BSD-3-Clause", "dependencies": { "@material/mwc-button": "^0.26.1", diff --git a/package.json b/package.json index e31f0e78..e1a9b3a2 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playground-elements", - "version": "0.16.1", + "version": "0.16.2", "description": "Serverless coding environments for the web", "homepage": "https://github.com/google/playground-elements#readme", "repository": "github:google/playground-elements", diff --git a/src/shared/version.ts b/src/shared/version.ts index f5e48b84..56eb7e5b 100644 --- a/src/shared/version.ts +++ b/src/shared/version.ts @@ -8,5 +8,5 @@ // This file is automatically generated by scripts/update-version-module.js // before publishing. -export const npmVersion = '0.16.1'; +export const npmVersion = '0.16.2'; export const serviceWorkerHash = 'f56081d9';