Skip to content

Commit

Permalink
Merge pull request #271 from peggyjs/version
Browse files Browse the repository at this point in the history
Update version to 2.0.1
  • Loading branch information
hildjj authored Jun 1, 2022
2 parents c1b89e7 + 05a7d3a commit e3dea80
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Change Log

This file documents all notable changes to Peggy.

Unreleased
2.0.1
----------

Released: TBD
Released: 2022-01-01

### Major Changes

Expand All @@ -16,9 +16,9 @@ Released: TBD

- [#261](https://github.com/peggyjs/peggy/pull/261): Remove documentation from
README.md, instead linking to the HTML documentation. HTML documentation on
<https://peggyjs.org> is now served from the `docs` branch, so that it won't update as
we change the `main` branch. `main` must be merged onto `docs` as a part of
the release process going forward.
<https://peggyjs.org> is now served from the `docs` branch, so that it won't
update as we change the `main` branch. `main` must be merged onto `docs` as
a part of the release process going forward.
- [#266](https://github.com/peggyjs/peggy/issues/266): Expose the private
field `problems` in the `Session` class, from @hildjj.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>Parser Generator for JavaScript</h2>
<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/peggy@2.0.0/browser/peggy.min.js">minified</a>
href="https://unpkg.com/peggy@2.0.1/browser/peggy.min.js">minified</a>
</span>
</div>

Expand Down
4 changes: 2 additions & 2 deletions docs/js/benchmark-bundle.min.js

Large diffs are not rendered by default.

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 = "2.0.0";
module.exports = "2.0.1";
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": "2.0.0",
"version": "2.0.1",
"description": "Parser generator for JavaScript",
"keywords": [
"grammar",
Expand Down

0 comments on commit e3dea80

Please sign in to comment.