diff --git a/CHANGELOG.json b/CHANGELOG.json index 89cd58d..855e4d9 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rightcapital/phpdoc-parser", "entries": [ + { + "date": "Wed, 17 Jul 2024 02:37:41 GMT", + "version": "0.4.50", + "tag": "@rightcapital/phpdoc-parser_v0.4.50", + "comments": { + "patch": [ + { + "author": "email not defined", + "package": "@rightcapital/phpdoc-parser", + "commit": "92750f381cd5b14ef46a4ce9fb09f1b0fccddbd2", + "comment": "fix(deps): update dependency @types/node to v20.14.11" + } + ] + } + }, { "date": "Tue, 09 Jul 2024 18:27:12 GMT", "version": "0.4.49", diff --git a/CHANGELOG.md b/CHANGELOG.md index ad71684..c836e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log - @rightcapital/phpdoc-parser -This log was last generated on Tue, 09 Jul 2024 18:27:12 GMT and should not be manually modified. +This log was last generated on Wed, 17 Jul 2024 02:37:41 GMT and should not be manually modified. +### [0.4.50](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.50) (2024-7-17) + +- fix(deps): update dependency @types/node to v20.14.11 ([92750f3](https://github.com/RightCapitalHQ/phpdoc-parser/commit/92750f381cd5b14ef46a4ce9fb09f1b0fccddbd2)) + ### [0.4.49](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.49) (2024-7-9) - chore(deps): update actions/setup-node action to v4.0.3 ([5a7dac1](https://github.com/RightCapitalHQ/phpdoc-parser/commit/5a7dac14cf40eed6d84120027ca982d750f496b3)) diff --git a/change/@rightcapital-phpdoc-parser-2cc632a0-7c96-4785-bc37-ea0c21b7e6d5.json b/change/@rightcapital-phpdoc-parser-2cc632a0-7c96-4785-bc37-ea0c21b7e6d5.json deleted file mode 100644 index b4425b2..0000000 --- a/change/@rightcapital-phpdoc-parser-2cc632a0-7c96-4785-bc37-ea0c21b7e6d5.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix(deps): update dependency @types/node to v20.14.11", - "packageName": "@rightcapital/phpdoc-parser", - "email": "email not defined", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 0409eab..5a0f856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/phpdoc-parser", - "version": "0.4.49", + "version": "0.4.50", "keywords": [ "PHP", "PHPDoc",