diff --git a/CHANGELOG.md b/CHANGELOG.md index f1df6e8..8df0c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [4.4.0](https://github.com/meriyah/meriyah/compare/v4.3.9...v4.4.0) (2024-03-05) + + +### Features + +* **parser:** add onInsertedSemicolon option ([557a893](https://github.com/meriyah/meriyah/commit/557a89301bab294f77d46e431b5c527d6b8c9011)) + + + ## [4.3.9](https://github.com/meriyah/meriyah/compare/v4.3.8...v4.3.9) (2023-11-24) diff --git a/package.json b/package.json index 2511377..ebbcbc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meriyah", - "version": "4.3.9", + "version": "4.4.0", "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",