Skip to content

Commit

Permalink
Release 0.16.2 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks authored Jun 16, 2022
1 parent 71ac36c commit f2746ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->

## Unreleased
## [0.16.2] - 2022-06-15

### Added

- Added support for compiling `jsx` and `tsx` modules in the playground.
- Added support for compiling `jsx` and `tsx` modules.

## [0.16.1] - 2022-05-17

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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-elements",
"version": "0.16.1",
"version": "0.16.2",
"description": "Serverless coding environments for the web",
"homepage": "https://github.com/google/playground-elements#readme",
"repository": "github:google/playground-elements",
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.16.1';
export const npmVersion = '0.16.2';
export const serviceWorkerHash = 'f56081d9';

0 comments on commit f2746ac

Please sign in to comment.