diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c67a87..31fb4e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.1.1](https://github.com/meriyah/meriyah/compare/v4.1.0...v4.1.1) (2021-02-09) + + +### Bug Fixes + +* avoid rollup typescript cache ([d6462be](https://github.com/meriyah/meriyah/commit/d6462be14519dae16f1543918fe752d4bca9514d)), closes [#176](https://github.com/meriyah/meriyah/issues/176) + + + # [4.1.0](https://github.com/meriyah/meriyah/compare/v4.0.0...v4.1.0) (2021-02-07) diff --git a/package.json b/package.json index 2ce68091..241de0fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meriyah", - "version": "4.1.0", + "version": "4.1.1", "description": "A 100% compliant, self-hosted javascript parser with high focus on both performance and stability", "main": "dist/meriyah.umd.js", "module": "dist/meriyah.esm.js",