From 29fa4b38c4ae9a5e2d1efc19a0ed50c6df9a14ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:51:01 +0000 Subject: [PATCH] v4.2.1 (#4780) Co-authored-by: alicewriteswrongs --- CHANGELOG.md | 9 +++++++++ NOTICE.md | 2 -- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd453f71694..143a2fc9abf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 🌝 [4.2.1](https://github.com/ionic-team/stencil/compare/v4.2.0...v4.2.1) (2023-09-11) + + +### Bug Fixes + +* **compiler:** add heritage clauses earlier in native transform ([#4769](https://github.com/ionic-team/stencil/issues/4769)) ([9a92ad1](https://github.com/ionic-team/stencil/commit/9a92ad12f628a5c2eae3048bda983fed2bc140b5)) + + + # 🎺 [4.2.0](https://github.com/ionic-team/stencil/compare/v4.2.0-0...v4.2.0) (2023-09-05) diff --git a/NOTICE.md b/NOTICE.md index e30a1944093..3f42cebfd06 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -3586,8 +3586,6 @@ Author: Mihai Bazon (http://lisperator.net/) Homepage: https://terser.org -> Terser is released under the BSD license: -> > Copyright 2012-2018 (c) Mihai Bazon > > Redistribution and use in source and binary forms, with or without diff --git a/package-lock.json b/package-lock.json index f5101090711..9a4cbfb55ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index a4e234a0c05..0be6ca97d58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",