Skip to content

Commit

Permalink
Release 0.17.1 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustjk authored Apr 26, 2023
1 parent 3da0edc commit 31c216f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- ### Fixed -->
<!-- ### Removed -->

## Unreleased
<!-- ## Unreleased -->

## [0.17.1] - 2023-04-25

### Added

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.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-elements",
"version": "0.17.0",
"version": "0.17.1",
"description": "Serverless coding environments for the web",
"homepage": "https://github.com/google/playground-elements#readme",
"repository": "github:google/playground-elements",
Expand Down Expand Up @@ -31,7 +31,8 @@
"lint:eslint": "wireit",
"serve": "wireit",
"format": "prettier --write .",
"lint:format": "prettier --check ."
"lint:format": "prettier --check .",
"version": "npm run update-version-module || git add src/shared/version.ts"
},
"wireit": {
"build": {
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.17.0';
export const npmVersion = '0.17.1';
export const serviceWorkerHash = '1dae6563';

0 comments on commit 31c216f

Please sign in to comment.