diff --git a/CHANGELOG.json b/CHANGELOG.json index 67493d9..2d750a4 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rightcapital/php-parser", "entries": [ + { + "date": "Tue, 24 Oct 2023 00:59:19 GMT", + "version": "0.3.3", + "tag": "@rightcapital/php-parser_v0.3.3", + "comments": { + "patch": [ + { + "author": "email not defined", + "package": "@rightcapital/php-parser", + "commit": "eace5df63af6a71589dea4f07187f00c4989348d", + "comment": "chore(deps): update actions/setup-node action to v4" + } + ] + } + }, { "date": "Mon, 23 Oct 2023 06:23:46 GMT", "version": "0.3.2", diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e3fc36..b4a6fd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log - @rightcapital/php-parser -This log was last generated on Tue, 19 Sep 2023 13:48:13 GMT and should not be manually modified. +This log was last generated on Tue, 24 Oct 2023 00:59:19 GMT and should not be manually modified. +### [0.3.3](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/php-parser_v0.3.3) (2023-10-24) + +- chore(deps): update actions/setup-node action to v4 ([eace5df](https://github.com/RightCapitalHQ/phpdoc-parser/commit/eace5df63af6a71589dea4f07187f00c4989348d)) + ### [0.3.2](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/php-parser_v0.3.2) (2023-9-19) - docs: update library name and description ([10bf7d0](https://github.com/RightCapitalHQ/phpdoc-parser/commit/10bf7d08a16088eb414d1c14f357808a995b3bd6)) diff --git a/change/@rightcapital-php-parser-884ca54a-aeb3-4ccc-a897-70328bc3d676.json b/change/@rightcapital-php-parser-884ca54a-aeb3-4ccc-a897-70328bc3d676.json deleted file mode 100644 index ab1eea1..0000000 --- a/change/@rightcapital-php-parser-884ca54a-aeb3-4ccc-a897-70328bc3d676.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore(deps): update actions/setup-node action to v4", - "packageName": "@rightcapital/php-parser", - "email": "email not defined", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index d7b050f..db4011a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/php-parser", - "version": "0.3.2", + "version": "0.3.3", "description": "TypeScript types for PHP Parser JSON representation", "main": "dist/index.js", "scripts": {