Skip to content

Commit b6ccfd9

Browse files
Prepare 0.19.1 release (#414)
1 parent 3f89dc6 commit b6ccfd9

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
<!-- ## [X.Y.Z] - YYYY-MM-DD -->
1414
<!-- ## [Unreleased] -->
1515

16+
## [0.19.1] - 2024-08-19
17+
18+
### Fixed
19+
20+
- Fix broken import of typescript.js module
21+
1622
## [0.19.0] - 2024-08-19
1723

1824
### Changed

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.19.0",
3+
"version": "0.19.1",
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.19.0';
11+
export const npmVersion = '0.19.1';
1212
export const serviceWorkerHash = '09cd6a4e';

0 commit comments

Comments
 (0)