diff --git a/CHANGELOG.json b/CHANGELOG.json index aafca8d..5581047 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rightcapital/phpdoc-parser", "entries": [ + { + "date": "Wed, 03 Apr 2024 01:21:48 GMT", + "version": "0.4.13", + "tag": "@rightcapital/phpdoc-parser_v0.4.13", + "comments": { + "patch": [ + { + "author": "email not defined", + "package": "@rightcapital/phpdoc-parser", + "commit": "406652d5c8783cfa934fb36eaa3f4554c9dc30a3", + "comment": "fix(deps): update dependency @types/node to v20.12.3" + } + ] + } + }, { "date": "Tue, 02 Apr 2024 00:08:14 GMT", "version": "0.4.12", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d98290..e488498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log - @rightcapital/phpdoc-parser -This log was last generated on Tue, 02 Apr 2024 00:08:14 GMT and should not be manually modified. +This log was last generated on Wed, 03 Apr 2024 01:21:48 GMT and should not be manually modified. +### [0.4.13](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.13) (2024-4-3) + +- fix(deps): update dependency @types/node to v20.12.3 ([406652d](https://github.com/RightCapitalHQ/phpdoc-parser/commit/406652d5c8783cfa934fb36eaa3f4554c9dc30a3)) + ### [0.4.12](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.12) (2024-4-2) - chore(deps): update pnpm to v8.15.6 ([69a6d71](https://github.com/RightCapitalHQ/phpdoc-parser/commit/69a6d71bd25ce53248ef53f523a2a8776a79b71f)) diff --git a/change/@rightcapital-phpdoc-parser-a75f8432-c6e1-4d5a-b527-f60c87a3e78c.json b/change/@rightcapital-phpdoc-parser-a75f8432-c6e1-4d5a-b527-f60c87a3e78c.json deleted file mode 100644 index d9effd6..0000000 --- a/change/@rightcapital-phpdoc-parser-a75f8432-c6e1-4d5a-b527-f60c87a3e78c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix(deps): update dependency @types/node to v20.12.3", - "packageName": "@rightcapital/phpdoc-parser", - "email": "email not defined", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 7b74632..c80d1ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/phpdoc-parser", - "version": "0.4.12", + "version": "0.4.13", "keywords": [ "PHP", "PHPDoc",