diff --git a/CHANGELOG.md b/CHANGELOG.md index 33af374..30fd247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.3.7](https://github.com/meriyah/meriyah/compare/v4.3.6...v4.3.7) (2023-05-12) + + +### Bug Fixes + +* **parser:** nested class with constructor should not fail ([c0856b9](https://github.com/meriyah/meriyah/commit/c0856b974dde8c6c5a703186d2847257a64812e2)) + + + ## [4.3.6](https://github.com/meriyah/meriyah/compare/v4.3.5...v4.3.6) (2023-05-10) diff --git a/package.json b/package.json index b8c50c2..88fd3c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meriyah", - "version": "4.3.6", + "version": "4.3.7", "description": "A 100% compliant, self-hosted javascript parser with high focus on both performance and stability", "main": "dist/meriyah.cjs", "module": "dist/meriyah.esm.js",