diff --git a/CHANGELOG.json b/CHANGELOG.json index e39f41b..8c3fcb6 100644 --- a/CHANGELOG.json +++ b/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@rightcapital/phpdoc-parser", "entries": [ + { + "date": "Tue, 12 Dec 2023 14:32:38 GMT", + "version": "0.3.13", + "tag": "@rightcapital/phpdoc-parser_v0.3.13", + "comments": { + "patch": [ + { + "author": "email not defined", + "package": "@rightcapital/phpdoc-parser", + "commit": "12d1706689a13713f30c13288c9d08fe5b8fbae9", + "comment": "chore(deps): update actions/stale action to v9" + } + ] + } + }, { "date": "Fri, 17 Nov 2023 03:20:34 GMT", "version": "0.3.12", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb4a72..f6dbef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Change Log - @rightcapital/phpdoc-parser -This log was last generated on Fri, 27 Oct 2023 02:35:52 GMT and should not be manually modified. +This log was last generated on Tue, 12 Dec 2023 14:32:38 GMT and should not be manually modified. +### [0.3.13](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.3.13) (2023-12-12) + +- chore(deps): update actions/stale action to v9 ([12d1706](https://github.com/RightCapitalHQ/phpdoc-parser/commit/12d1706689a13713f30c13288c9d08fe5b8fbae9)) + ### [0.3.12](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.3.12) (2023-10-27) - chore(deps): update dependency node to v20 ([620542c](https://github.com/RightCapitalHQ/phpdoc-parser/commit/620542c57f262cc346202abfafc212ac9ce5cc33)) diff --git a/change/@rightcapital-phpdoc-parser-950177af-100c-408c-8f27-b58a1fd42448.json b/change/@rightcapital-phpdoc-parser-950177af-100c-408c-8f27-b58a1fd42448.json deleted file mode 100644 index cfb1eb8..0000000 --- a/change/@rightcapital-phpdoc-parser-950177af-100c-408c-8f27-b58a1fd42448.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "chore(deps): update actions/stale action to v9", - "packageName": "@rightcapital/phpdoc-parser", - "email": "email not defined", - "dependentChangeType": "patch" -} diff --git a/package.json b/package.json index ae8bf1b..d4f65db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rightcapital/phpdoc-parser", - "version": "0.3.12", + "version": "0.3.13", "keywords": [ "PHP", "PHPDoc",