Skip to content

Commit 49a241a

Browse files
committed
Release 0.21.0
1 parent bf57bfe commit 49a241a

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

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

1313
<!-- ## [X.Y.Z] - YYYY-MM-DD -->
1414

15-
## [Unreleased]
15+
<!-- ## [Unreleased] -->
16+
17+
## [0.21.0] - 2025-09-23
18+
19+
### Changed
20+
21+
- **POTENTIALLY BREAKING** Upgraded CodeMirror to v6
1622

1723
### Added
1824

@@ -24,7 +30,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2430
declarative CodeMirror extensions.
2531
- Exported `codemirrorExtensionMixin` for creating declarative CodeMirror
2632
extensions.
27-
- Upgraded CodeMirror to v6
2833

2934
### Fixed
3035

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

0 commit comments

Comments
 (0)