Skip to content

Commit

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

## [Unreleased]
## [0.19.0] - 2024-08-19

### Changed

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

<!-- ### Added -->
<!-- ### Fixed -->
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.18.1",
"version": "0.19.0",
"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.18.1';
export const npmVersion = '0.19.0';
export const serviceWorkerHash = '09cd6a4e';

0 comments on commit a16e91a

Please sign in to comment.