diff --git a/CHANGELOG.json b/CHANGELOG.json index 0faa208..e73013d 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rightcapital/phpdoc-parser", "entries": [ + { + "date": "Thu, 09 May 2024 20:13:25 GMT", + "version": "0.4.27", + "tag": "@rightcapital/phpdoc-parser_v0.4.27", + "comments": { + "patch": [ + { + "author": "email not defined", + "package": "@rightcapital/phpdoc-parser", + "commit": "482bba1ba8d27140ea88aca056d4dce3b916d83f", + "comment": "chore(deps): update dependency node to v20.13.1" + } + ] + } + }, { "date": "Thu, 09 May 2024 02:08:14 GMT", "version": "0.4.26", diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a9be7..59f413f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log - @rightcapital/phpdoc-parser -This log was last generated on Wed, 08 May 2024 18:51:50 GMT and should not be manually modified. +This log was last generated on Thu, 09 May 2024 20:13:25 GMT and should not be manually modified. +### [0.4.27](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.27) (2024-5-9) + +- chore(deps): update dependency node to v20.13.1 ([482bba1](https://github.com/RightCapitalHQ/phpdoc-parser/commit/482bba1ba8d27140ea88aca056d4dce3b916d83f)) + ### [0.4.26](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.26) (2024-5-8) - fix(deps): update dependency @types/node to v20.12.11 ([7d192df](https://github.com/RightCapitalHQ/phpdoc-parser/commit/7d192dfac70e1d83463aef8605da1463a422b1ee)) diff --git a/change/@rightcapital-phpdoc-parser-47bf9854-d627-4313-bb0a-a427fb7f50c0.json b/change/@rightcapital-phpdoc-parser-47bf9854-d627-4313-bb0a-a427fb7f50c0.json deleted file mode 100644 index 3ef5cee..0000000 --- a/change/@rightcapital-phpdoc-parser-47bf9854-d627-4313-bb0a-a427fb7f50c0.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore(deps): update dependency node to v20.13.1", - "packageName": "@rightcapital/phpdoc-parser", - "email": "email not defined", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 0d751b5..2f3a126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/phpdoc-parser", - "version": "0.4.26", + "version": "0.4.27", "keywords": [ "PHP", "PHPDoc",