Skip to content

Commit 9dd3bdf

Browse files
authored
Merge pull request #560 from hildjj/more-versioning
Clean up changelog for release
2 parents b42861b + 8994a77 commit 9dd3bdf

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ Change Log
33

44
This file documents all notable changes to Peggy.
55

6-
Unreleased
7-
----------
8-
9-
Released: TBD
6+
4.1.0
7+
-----
108

11-
### Breaking changes
9+
Released: 2024-10-03
1210

1311
### New features
1412

@@ -30,8 +28,6 @@ Released: TBD
3028
- [#551](https://github.com/peggyjs/peggy/pull/551) Moved to package-extract
3129
instead of a custom script for version file generation.
3230

33-
### Documentation
34-
3531
4.0.3
3632
-----
3733

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"audit": "npm run test && npm run benchmark",
5454
"tidy": "rimraf build",
5555
"start": "cd docs && npm start",
56-
"version": "npm run set_version && npm run parser && npm run parser && git add lib/version.js lib/parser.js docs/index.html"
56+
"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"
5757
},
5858
"devDependencies": {
5959
"@peggyjs/eslint-config": "^4.0.4",

0 commit comments

Comments
 (0)