Skip to content

Commit 31c216f

Browse files
authored
Release 0.17.1 (#363)
1 parent 3da0edc commit 31c216f

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
<!-- ### Fixed -->
1818
<!-- ### Removed -->
1919

20-
## Unreleased
20+
<!-- ## Unreleased -->
21+
22+
## [0.17.1] - 2023-04-25
2123

2224
### Added
2325

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-elements",
3-
"version": "0.17.0",
3+
"version": "0.17.1",
44
"description": "Serverless coding environments for the web",
55
"homepage": "https://github.com/google/playground-elements#readme",
66
"repository": "github:google/playground-elements",
@@ -31,7 +31,8 @@
3131
"lint:eslint": "wireit",
3232
"serve": "wireit",
3333
"format": "prettier --write .",
34-
"lint:format": "prettier --check ."
34+
"lint:format": "prettier --check .",
35+
"version": "npm run update-version-module || git add src/shared/version.ts"
3536
},
3637
"wireit": {
3738
"build": {

src/shared/version.ts

+1-1
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.17.0';
11+
export const npmVersion = '0.17.1';
1212
export const serviceWorkerHash = '1dae6563';

0 commit comments

Comments
 (0)