Skip to content

Commit

Permalink
Merge pull request #395 from hildjj/release-v3.0.2
Browse files Browse the repository at this point in the history
Update deps, CHANGELOG, version.  Rebuild.
  • Loading branch information
hildjj authored Mar 21, 2023
2 parents 81f85ca + 1534791 commit a9ae574
Show file tree
Hide file tree
Showing 11 changed files with 108 additions and 94 deletions.
12 changes: 7 additions & 5 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
3.0.2
----------

Released: TBD

### Major Changes
Released: 2023-03-21

### Minor Changes

Expand All @@ -22,7 +20,11 @@ Released: TBD
on grammar errors. From @hildjj
- [#381](https://github.com/peggyjs/peggy/issues/381) Repetitions with code blocks
for min or max not handling non-integer returns correctly. From @hildjj.
- [#386](https://github.com/peggyjs/peggy/issues/381) Ensure '*' as
- [#382](https://github.com/peggyjs/peggy/pull/382) Update grammarSource
documentation. From @AndrewRayCode.
- [#384](https://github.com/peggyjs/peggy/issues/384) Improve the error.format()
documentation. From @AndrewRayCode.
- [#386](https://github.com/peggyjs/peggy/issues/386) Ensure '*' as
allowed-start-rule is documented for CLI.

3.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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "3.0.1";
module.exports = "3.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": "3.0.1",
"version": "3.0.2",
"description": "Parser generator for JavaScript",
"keywords": [
"grammar",
Expand Down
166 changes: 89 additions & 77 deletions web-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Joe Hildebrand <[email protected]>",
"license": "MIT",
"devDependencies": {
"puppeteer": "^19.7.2"
"puppeteer": "^19.7.5"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit a9ae574

Please sign in to comment.