Skip to content

Commit

Permalink
Merge pull request #574 from hildjj/changelog
Browse files Browse the repository at this point in the history
Update changelog for 4.2.0 release
  • Loading branch information
hildjj authored Nov 19, 2024
2 parents 848ece7 + 6d5d710 commit 447f69c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,24 @@
*.map
benchmark
bin/*.mjs
bin/tsconfig.json
build/
CHANGELOG.md
CONTRIBUTING.md
coverage/
docs
eslint.config.js
eslint.config.mjs
examples
jest.config.js
lib/.eslintrc.json
peggy.code-workspace
pnpm-lock.yaml
pnpm-workspace.yaml
rollup.config.mjs
src
test
tools
tsconfig*.json
web-test/
yarn.lock
pnpm-workspace.yaml
bin/tsconfig.json
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,23 @@ Change Log

This file documents all notable changes to Peggy.

Unreleased
----------

Released: TBD
4.2.0
-----

### Breaking changes
Released: 2024-11-19

### New features

- [#568](https://github.com/peggyjs/peggy/pull/568) Upgrading to TypeScript 5.6 allowed for generating `parser.d.ts`, which should may help people that use Peggy programmatically in nonstandard ways.

### Bug fixes

- [#567](https://github.com/peggyjs/peggy/issues/567) Load config files and plugins correctly on Windows by using file: URIs in import().

### Documentation

- [#566](https://github.com/peggyjs/peggy/pull/566) Slight tweaks to document generation.

4.1.0
-----

Expand Down

0 comments on commit 447f69c

Please sign in to comment.