From 404b0106c016cad1ffb4d20f329ed6fbd42479ae Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sun, 11 Feb 2018 19:54:15 -0600 Subject: [PATCH] 0.4.2 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a24dec5e1a9..ac3d0ae0ea4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +## [0.4.2](https://github.com/ionic-team/stencil/compare/v0.4.1...v0.4.2) (2018-02-12) + + +### Bug Fixes + +* **entries:** component dependencies from module imports ([3eac82a](https://github.com/ionic-team/stencil/commit/3eac82a)), closes [#513](https://github.com/ionic-team/stencil/issues/513) +* **events:** ensure old events are removed ([ae68f98](https://github.com/ionic-team/stencil/commit/ae68f98)), closes [#500](https://github.com/ionic-team/stencil/issues/500) +* **minify:** minify chunks ([897f29b](https://github.com/ionic-team/stencil/commit/897f29b)), closes [#518](https://github.com/ionic-team/stencil/issues/518) +* **platform-client:** observedAttributes ([38c9201] + +### Features + +* **config:** do not require config file ([c8cc144](https://github.com/ionic-team/stencil/commit/c8cc144)) + + + ## [0.4.1](https://github.com/ionic-team/stencil/compare/v0.4.0...v0.4.1) (2018-02-09) diff --git a/package-lock.json b/package-lock.json index a07afe587de..30abcb950e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87f18d99152..a870cb0d766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "0.4.1", + "version": "0.4.2", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",