diff --git a/CHANGELOG.json b/CHANGELOG.json index e3baf77..62368ac 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rightcapital/phpdoc-parser", "entries": [ + { + "date": "Mon, 22 Jan 2024 13:45:18 GMT", + "version": "0.3.30", + "tag": "@rightcapital/phpdoc-parser_v0.3.30", + "comments": { + "patch": [ + { + "author": "29139614+renovate[bot]@users.noreply.github.com", + "package": "@rightcapital/phpdoc-parser", + "commit": "b4c45c3eefb6070025a87eafe03ac033793d34e5", + "comment": "chore(deps): update pnpm to v8.14.2" + } + ] + } + }, { "date": "Wed, 17 Jan 2024 17:38:56 GMT", "version": "0.3.29", diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f9f08..1a0ca80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log - @rightcapital/phpdoc-parser -This log was last generated on Wed, 17 Jan 2024 17:38:56 GMT and should not be manually modified. +This log was last generated on Mon, 22 Jan 2024 13:45:18 GMT and should not be manually modified. +### [0.3.30](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.3.30) (2024-1-22) + +- chore(deps): update pnpm to v8.14.2 ([b4c45c3](https://github.com/RightCapitalHQ/phpdoc-parser/commit/b4c45c3eefb6070025a87eafe03ac033793d34e5)) + ### [0.3.29](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.3.29) (2024-1-17) - fix(deps): update dependency @types/node to v20.11.5 ([7af7ffe](https://github.com/RightCapitalHQ/phpdoc-parser/commit/7af7ffe93d1b04725d7d263b9f07f264bde8afd0)) diff --git a/change/@rightcapital-phpdoc-parser-d4b33ba7-bed7-4bdf-9bb1-d3628101cc80.json b/change/@rightcapital-phpdoc-parser-d4b33ba7-bed7-4bdf-9bb1-d3628101cc80.json deleted file mode 100644 index 0760a09..0000000 --- a/change/@rightcapital-phpdoc-parser-d4b33ba7-bed7-4bdf-9bb1-d3628101cc80.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore(deps): update pnpm to v8.14.2", - "packageName": "@rightcapital/phpdoc-parser", - "email": "29139614+renovate[bot]@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index 6b5d263..db09595 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/phpdoc-parser", - "version": "0.3.29", + "version": "0.3.30", "keywords": [ "PHP", "PHPDoc",