diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b84020..f8d3eadf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,10 @@ Change Log This file documents all notable changes to Peggy. -Unreleased ----------- - -Released: TBD +4.1.0 +----- -### Breaking changes +Released: 2024-10-03 ### New features @@ -30,8 +28,6 @@ Released: TBD - [#551](https://github.com/peggyjs/peggy/pull/551) Moved to package-extract instead of a custom script for version file generation. -### Documentation - 4.0.3 ----- diff --git a/package.json b/package.json index 3d03ecf5..71aebb53 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "audit": "npm run test && npm run benchmark", "tidy": "rimraf build", "start": "cd docs && npm start", - "version": "npm run set_version && npm run parser && npm run parser && git add lib/version.js lib/parser.js docs/index.html" + "version": "npm run set_version && npm run parser && npm run parser && npm run test && npm run examples && git add lib/version.js lib/parser.js docs/index.html test/cli/fixtures/imports_peggy.js test/cli/fixtures/lib.js docs/js/examples.js" }, "devDependencies": { "@peggyjs/eslint-config": "^4.0.4",