Skip to content

Commit 4073566

Browse files
authored
chore: bump version to v0.20.0 (#424)
1 parent a6fcdd9 commit 4073566

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212

1313
<!-- ## [X.Y.Z] - YYYY-MM-DD -->
1414
<!-- ## [Unreleased] -->
15+
<!-- ### Added -->
16+
<!-- ### Fixed -->
17+
<!-- ### Removed -->
18+
19+
## [0.20.0] - 2025-03-30
20+
21+
### Added
22+
23+
- Implement `cdnBaseUrl` property to allow changing the underlying npm CDN base url. See [README](README.md) for more information.
24+
25+
### Fixed
26+
27+
- Make playground-elements more resilient to 404's from the CDN by not throwing errors when they occur. Instead, log a warning and continue to load the rest of the project.
1528

1629
## [0.19.1] - 2024-08-19
1730

@@ -27,10 +40,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2740
- **BREAKING** Use modules in workers. See [caniuse.com's support table](https://caniuse.com/mdn-api_worker_worker_ecmascript_modules) for browser support information.
2841
- Updated `comlink`, `fuse.js`, and `tslib` dependencies.
2942

30-
<!-- ### Added -->
31-
<!-- ### Fixed -->
32-
<!-- ### Removed -->
33-
3443
## [0.18.1] - 2023-08-10
3544

3645
### 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.19.1",
3+
"version": "0.20.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.19.1';
11+
export const npmVersion = '0.20.0';
1212
export const serviceWorkerHash = '09cd6a4e';

0 commit comments

Comments
 (0)