Skip to content

Commit

Permalink
🐮 1.16.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Jul 1, 2020
1 parent 5a4d2e3 commit bd70f55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,11 +1,17 @@
# 🎷 [1.16.0-0](https://github.com/ionic-team/stencil/compare/v1.15.0...v1.16.0-0) (2020-06-30)
# 🐮 [1.16.0-1](https://github.com/ionic-team/stencil/compare/v1.15.0...v1.16.0-1) (2020-07-01)


### Features

* **deno:** create deno system to run cli and compiler from [Deno](https://deno.land/) _Experimental!!_ ([b3d79c6](https://github.com/ionic-team/stencil/commit/b3d79c681d22d6c9aac51f70215e909f82b89048))


### Bug Fixes

* **compiler:** ensure event emitters defined before user statements ([1b52d43](https://github.com/ionic-team/stencil/commit/1b52d435f204a3241b69e37973c56741d2050e22))
* **runtime:** correctly set isWatchReady flag for custom elements build ([36b4978](https://github.com/ionic-team/stencil/commit/36b4978e467383d8ea4181c7104fd46654c06698))
* **treeshaking:** update build conditional treeskaking optimization ([2ba24b1](https://github.com/ionic-team/stencil/commit/2ba24b1e109b27daa69a8e9a4571a3a6d0577e70))


# 🎙 [1.15.0](https://github.com/ionic-team/stencil/compare/v1.14.0...v1.15.0) (2020-06-25)

Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "@stencil/core",
"version": "1.16.0-0",
"version": "1.16.0-1",
"license": "MIT",
"main": "internal/stencil-core.js",
"types": "internal/stencil-core.d.ts",
Expand Down

0 comments on commit bd70f55

Please sign in to comment.