Skip to content

Commit f52133b

Browse files
author
GitHub Actions[bot]
committed
chore(release): applying package updates
1 parent 4c3839f commit f52133b

4 files changed

+21
-9
lines changed

CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rightcapital/phpdoc-parser",
33
"entries": [
4+
{
5+
"date": "Thu, 02 Jan 2025 21:53:21 GMT",
6+
"version": "0.4.93",
7+
"tag": "@rightcapital/phpdoc-parser_v0.4.93",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "29139614+renovate[bot]@users.noreply.github.com",
12+
"package": "@rightcapital/phpdoc-parser",
13+
"commit": "4c3839fd54f4348fc49bbb79bbcee6f0c49807c4",
14+
"comment": "fix(deps): update dependency @types/node to v22.10.4"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 01 Jan 2025 03:17:08 GMT",
621
"version": "0.4.92",

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Change Log - @rightcapital/phpdoc-parser
22

3-
<!-- This log was last generated on Wed, 01 Jan 2025 03:17:08 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 02 Jan 2025 21:53:21 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

77

88

9+
### [0.4.93](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.93) (2025-1-2)
10+
11+
- fix(deps): update dependency @types/node to v22.10.4 ([4c3839f](https://github.com/RightCapitalHQ/phpdoc-parser/commit/4c3839fd54f4348fc49bbb79bbcee6f0c49807c4))
12+
913
### [0.4.92](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.92) (2025-1-1)
1014

1115
- fix(deps): update dependency @types/node to v22.10.3 ([6ccc4b9](https://github.com/RightCapitalHQ/phpdoc-parser/commit/6ccc4b978aa153f066952c28f6e5eb6d36b26427))

change/@rightcapital-phpdoc-parser-facee072-bc50-4cd4-8cdc-d6740752ef69.json

-7
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/phpdoc-parser",
3-
"version": "0.4.92",
3+
"version": "0.4.93",
44
"description": "TypeScript version of PHPDoc parser with support for intersection types and generics",
55
"keywords": [
66
"PHP",

0 commit comments

Comments
 (0)