diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e9028c9b3..d3ea4919f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 🐚 [1.17.1](https://github.com/ionic-team/stencil/compare/v1.17.0...v1.17.1) (2020-07-26) + + +### Bug Fixes + +* **bundling:** downgrade `@rollup/plugin-commonjs` ([#2589](https://github.com/ionic-team/stencil/issues/2589)) ([be1bdd1](https://github.com/ionic-team/stencil/commit/be1bdd1b06b8512b55f8d29e62627d41859ff7a0)) +* Parse5 6.0.1 + + # 🍩 [1.17.0](https://github.com/ionic-team/stencil/compare/v1.16.5...v1.17.0) (2020-07-24) diff --git a/package-lock.json b/package-lock.json index 79916326562..4583bf103a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "1.17.0", + "version": "1.17.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 87bfd851d77..502b57ad589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "1.17.0", + "version": "1.17.1", "license": "MIT", "main": "internal/stencil-core/index.js", "types": "internal/stencil-core/index.d.ts",