Skip to content

Commit

Permalink
PHPeggy 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelBolten committed Mar 21, 2023
1 parent e731283 commit f1e037e
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Expand Up @@ -3,19 +3,19 @@ Change Log

This file documents all notable changes to PHPeggy.

Unreleased
----------

Released: TBD
2.0.1
-----

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

### Minor Changes

### Bug Fixes
- Downgrade package-lock.json to lockfile version 2

### Developer

- use typescript 5

2.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "phpeggy",
"version": "2.0.0",
"version": "2.0.1",
"description": "PHP target for Peggy parser generator",
"main": "src/phpeggy.js",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/char-class-no-mbstring.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/char-class.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/chr-unicode-no-namespace.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/chr-unicode.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wp-gutenberg-post-cached.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wp-gutenberg-post-no-mbstring.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wp-gutenberg-post-with-errors.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/wp-gutenberg-post.php
@@ -1,6 +1,6 @@
<?php
/**
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.0
* Generated by Peggy 3.0.2 with PHPeggy plugin 2.0.1
*
* https://peggyjs.org/
* https://github.com/marcelbolten/phpeggy
Expand Down

0 comments on commit f1e037e

Please sign in to comment.