diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cc5daf..9ef25b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.16.3] - 2022-08-02 + +### Added + +- Added styntax highlighting for `jsx` and `tsx` modules. + ## [0.16.2] - 2022-06-16 ### Added diff --git a/package-lock.json b/package-lock.json index f4a3eae9..e711cf20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playground-elements", - "version": "0.16.2", + "version": "0.16.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "playground-elements", - "version": "0.16.2", + "version": "0.16.3", "license": "BSD-3-Clause", "dependencies": { "@material/mwc-button": "^0.26.1", diff --git a/package.json b/package.json index 142a5624..21655809 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playground-elements", - "version": "0.16.2", + "version": "0.16.3", "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 56eb7e5b..020523c2 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.2'; +export const npmVersion = '0.16.3'; export const serviceWorkerHash = 'f56081d9';