Skip to content

Commit 7ea247a

Browse files
committed
Release 0.21.1
1 parent e42ef75 commit 7ea247a

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
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414

1515
<!-- ## [Unreleased] -->
1616

17+
## [0.21.1] - 2025-09-26
18+
19+
### Fixed
20+
21+
- Fixed missing `codemirror-extension.elements.js` file.
22+
1723
## [0.21.0] - 2025-09-23
1824

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

0 commit comments

Comments
 (0)