diff --git a/CHANGELOG.md b/CHANGELOG.md index f0408cf5..ba0c698f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.19.1] - 2024-08-19 + +### Fixed + +- Fix broken import of typescript.js module + ## [0.19.0] - 2024-08-19 ### Changed diff --git a/package-lock.json b/package-lock.json index 36a65c5f..cf1f86ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "playground-elements", - "version": "0.19.0", + "version": "0.19.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "playground-elements", - "version": "0.19.0", + "version": "0.19.1", "license": "BSD-3-Clause", "dependencies": { "@material/mwc-button": "^0.27.0", diff --git a/package.json b/package.json index fbd3d62b..975904ac 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playground-elements", - "version": "0.19.0", + "version": "0.19.1", "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 7f532929..57b93a68 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.19.0'; +export const npmVersion = '0.19.1'; export const serviceWorkerHash = '09cd6a4e';