diff --git a/CHANGELOG.md b/CHANGELOG.md index 5402f159a2d..bcac7a28e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 🎆 [2.22.3](https://github.com/ionic-team/stencil/compare/v2.22.2...v2.22.3) (2023-03-14) + + +### Bug Fixes + +* **compiler:** use file system polling events in watch mode ([#4147](https://github.com/ionic-team/stencil/issues/4147)) ([7f3d514](https://github.com/ionic-team/stencil/commit/7f3d514c5a12e6563e315a834329da40026dd538)), fixes [#3952](https://github.com/ionic-team/stencil/issues/3952), [#4011](https://github.com/ionic-team/stencil/issues/4011), [#4044](https://github.com/ionic-team/stencil/issues/4044) + + + ## 🎈 [2.22.2](https://github.com/ionic-team/stencil/compare/v2.22.1...v2.22.2) (2023-01-23) diff --git a/package-lock.json b/package-lock.json index 6639b4fe635..b17237801f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "2.22.2", + "version": "2.22.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "2.22.2", + "version": "2.22.3", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index b235b94d37e..9203a61b5b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "2.22.2", + "version": "2.22.3", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",