Skip to content

Commit

Permalink
Merge pull request #498 from hildjj/v4.0.2
Browse files Browse the repository at this point in the history
Update version to 4.0.2
  • Loading branch information
hildjj authored Feb 26, 2024
2 parents 0b1119f + 1c9430f commit ab63796
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 20 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ Change Log

This file documents all notable changes to Peggy.

Unreleased
----------

Released: TBD

### Breaking changes
4.0.2
-----

### New features
Released: 2024-02-26

### Bug fixes
- [#490](https://github.com/peggyjs/peggy/issues/490) Throw error when imports are used in unsupported formats. Supported formats are now only "es" and "commonjs".
- [#494](https://github.com/peggyjs/peggy/pull/494) Updated docs to make `--allowedRules *` more clear
- [#495](https://github.com/peggyjs/peggy/issues/495) from-mem inadvertantly
made the minimum supported node version v20.8. Updated to latest from-mem.

4.0.1
-----
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="label">Download browser version</div>
<span id="download">
<a title="Download a minified version of Peggy for the browser"
href="https://unpkg.com/[email protected].1/browser/peggy.min.js">minified</a>
href="https://unpkg.com/[email protected].2/browser/peggy.min.js">minified</a>
</span>
<iframe id="discord"
src="https://discordapp.com/widget?id=985995982909100082&theme=dark"
Expand Down
4 changes: 2 additions & 2 deletions docs/js/benchmark-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/examples.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.0.1.
// @generated by Peggy 4.0.2.
//
// https://peggyjs.org/
(function(root) {
Expand Down
4 changes: 2 additions & 2 deletions docs/js/test-bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/vendor/peggy/peggy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/parser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.0.1.
// @generated by Peggy 4.0.2.
//
// https://peggyjs.org/

Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

"use strict";

module.exports = "4.0.1";
module.exports = "4.0.2";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peggy",
"version": "4.0.1",
"version": "4.0.2",
"description": "Parser generator for JavaScript",
"keywords": [
"grammar",
Expand Down
2 changes: 1 addition & 1 deletion test/cli/fixtures/imports_peggy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.0.1.
// @generated by Peggy 4.0.2.
//
// https://peggyjs.org/

Expand Down
2 changes: 1 addition & 1 deletion test/cli/fixtures/lib.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by Peggy 4.0.1.
// @generated by Peggy 4.0.2.
//
// https://peggyjs.org/

Expand Down

0 comments on commit ab63796

Please sign in to comment.