Skip to content

Commit 46aec9e

Browse files
author
GitHub Actions[bot]
committed
chore(release): applying package updates
1 parent 0c8c43f commit 46aec9e

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@rightcapital/php-parser",
33
"entries": [
4+
{
5+
"date": "Fri, 25 Jul 2025 03:04:50 GMT",
6+
"version": "1.5.0",
7+
"tag": "@rightcapital/php-parser_v1.5.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@rightcapital/php-parser",
13+
"commit": "0c8c43fd8640902239c1082c540e54ca428bf216",
14+
"comment": "feat(cli-helpers): add async PHP file parsing method and refactor path resolution"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 16 Jul 2025 03:15:04 GMT",
621
"version": "1.4.38",

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Change Log - @rightcapital/php-parser
22

3-
<!-- This log was last generated on Wed, 16 Jul 2025 03:15:04 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 25 Jul 2025 03:04:50 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

77

88

9+
## [1.5.0](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/php-parser_v1.5.0) (2025-7-25)
10+
11+
- feat(cli-helpers): add async PHP file parsing method and refactor path resolution ([0c8c43f](https://github.com/RightCapitalHQ/phpdoc-parser/commit/0c8c43fd8640902239c1082c540e54ca428bf216))
12+
913
### [1.4.38](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/php-parser_v1.4.38) (2025-7-16)
1014

1115
- chore(deps): update node.js to v22.17.1 ([e3111e7](https://github.com/RightCapitalHQ/phpdoc-parser/commit/e3111e7fce3622c9aaa82cf71e0d4094facc1a96))

change/@rightcapital-php-parser-cd87dc5c-d5d4-4cfb-8d82-92d609348145.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rightcapital/php-parser",
3-
"version": "1.4.38",
3+
"version": "1.5.0",
44
"description": "TypeScript types for PHP Parser JSON representation",
55
"keywords": [
66
"PHP",

0 commit comments

Comments
 (0)