Skip to content

Commit

Permalink
Prepare 0.19.1 release (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani authored Aug 20, 2024
1 parent 3f89dc6 commit b6ccfd9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- ## [X.Y.Z] - YYYY-MM-DD -->
<!-- ## [Unreleased] -->

## [0.19.1] - 2024-08-19

### Fixed

- Fix broken import of typescript.js module

## [0.19.0] - 2024-08-19

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit b6ccfd9

Please sign in to comment.