From 03c4aab183a4a86980cee993ef4a9c38aab67407 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Mon, 28 Mar 2022 13:04:42 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9B=B7=20v2.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ddfc08183..021ae23b76f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# ⛷ [2.15.0](https://github.com/ionic-team/stencil/compare/v2.14.2...v2.15.0) (2022-03-28) + + +### Bug Fixes + +* **testing:** handle snapshot filepaths ([#3282](https://github.com/ionic-team/stencil/issues/3282)) ([d164dba](https://github.com/ionic-team/stencil/commit/d164dba7d7f7769064716409bd57308e1777e4c0)) +* **types:** generate types for dist-custom-elements ([#3270](https://github.com/ionic-team/stencil/pull/3270)) ([04fb830](https://github.com/ionic-team/stencil/commit/04fb83090c968010a400cee96b129f067c5cb6f0)) + + + ## 😃 [2.14.2](https://github.com/ionic-team/stencil/compare/v2.14.1...v2.14.2) (2022-03-10) diff --git a/package-lock.json b/package-lock.json index 0af850df303..28f12356f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "2.14.2", + "version": "2.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "2.14.2", + "version": "2.15.0", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index b5f7f399825..02c0dee0a39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "2.14.2", + "version": "2.15.0", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",