Skip to content

Commit a16e91a

Browse files
committed
Prepare 0.19.0 release
1 parent 5b915a1 commit a16e91a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

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

16-
## [Unreleased]
16+
## [0.19.0] - 2024-08-19
1717

1818
### Changed
1919

2020
- Upgraded to TypeScript 5.2 and Lit 3.0
2121
- **BREAKING** Use modules in workers. See [caniuse.com's support table](https://caniuse.com/mdn-api_worker_worker_ecmascript_modules) for browser support information.
22+
- Updated `comlink`, `fuse.js`, and `tslib` dependencies.
2223

2324
<!-- ### Added -->
2425
<!-- ### Fixed -->

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

0 commit comments

Comments
 (0)