Skip to content

Commit e309671

Browse files
authored
Merge pull request #557 from hildjj/changelog
Changelog
2 parents 2d08af4 + b5e99f1 commit e309671

File tree

3 files changed

+98
-94
lines changed

3 files changed

+98
-94
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Released: TBD
2525
- [#514](https://github.com/peggyjs/peggy/issues/514) Allow execution of
2626
the `peggy` binary on Windows by handling node runtime flags manually,
2727
executing a sub-instance of node to actually run `peggy`.
28+
- [#538](https://github.com/peggyjs/peggy/pull/509) Fixed error in TS types
29+
for `peg$maxFailExpected` and `peg$maxFailPos`.
30+
- [#551](https://github.com/peggyjs/peggy/pull/551) Moved to package-extract
31+
instead of a custom script for version file generation.
2832

2933
### Documentation
3034

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"jest": "^29.7.0",
7777
"package-extract": "2.2.0",
7878
"rimraf": "^5.0.10",
79-
"rollup": "^4.22.5",
79+
"rollup": "^4.23.0",
8080
"rollup-plugin-ignore": "1.0.10",
8181
"source-map": "^0.8.0-beta.0",
8282
"terser": "^5.34.1",

pnpm-lock.yaml

Lines changed: 93 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)