Skip to content

Commit

Permalink
Clean up changelog for release. Ensure a few more files get changed i…
Browse files Browse the repository at this point in the history
…n version script
  • Loading branch information
hildjj committed Oct 3, 2024
1 parent b42861b commit 8994a77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8994a77

Please sign in to comment.