diff --git a/CHANGELOG.json b/CHANGELOG.json index 38b4e7f..3e98852 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rightcapital/phpdoc-parser", "entries": [ + { + "date": "Tue, 02 Jul 2024 02:15:13 GMT", + "version": "0.4.45", + "tag": "@rightcapital/phpdoc-parser_v0.4.45", + "comments": { + "patch": [ + { + "author": "email not defined", + "package": "@rightcapital/phpdoc-parser", + "commit": "75b42822485ace55e9e14b696e6ba9115a631168", + "comment": "fix(deps): update dependency typescript to v5.5.3" + } + ] + } + }, { "date": "Wed, 26 Jun 2024 01:24:51 GMT", "version": "0.4.44", diff --git a/CHANGELOG.md b/CHANGELOG.md index 0591caa..7251da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log - @rightcapital/phpdoc-parser -This log was last generated on Wed, 26 Jun 2024 01:24:51 GMT and should not be manually modified. +This log was last generated on Tue, 02 Jul 2024 02:15:13 GMT and should not be manually modified. +### [0.4.45](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.45) (2024-7-2) + +- fix(deps): update dependency typescript to v5.5.3 ([75b4282](https://github.com/RightCapitalHQ/phpdoc-parser/commit/75b42822485ace55e9e14b696e6ba9115a631168)) + ### [0.4.44](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.44) (2024-6-26) - fix(deps): update dependency @types/node to v20.14.9 ([9b3bbe5](https://github.com/RightCapitalHQ/phpdoc-parser/commit/9b3bbe5c5927622b24b833c9ec0af02bdb4f7fd7)) diff --git a/change/@rightcapital-phpdoc-parser-71f0c6ab-f362-4e69-bc53-8adb0b6d9eeb.json b/change/@rightcapital-phpdoc-parser-71f0c6ab-f362-4e69-bc53-8adb0b6d9eeb.json deleted file mode 100644 index b2d9b2c..0000000 --- a/change/@rightcapital-phpdoc-parser-71f0c6ab-f362-4e69-bc53-8adb0b6d9eeb.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "fix(deps): update dependency typescript to v5.5.3", - "packageName": "@rightcapital/phpdoc-parser", - "email": "email not defined", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index ed4c334..5922e57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/phpdoc-parser", - "version": "0.4.44", + "version": "0.4.45", "keywords": [ "PHP", "PHPDoc",