Skip to content

Commit 8b3bd4d

Browse files
author
GitHub Actions[bot]
committed
chore(release): applying package updates
1 parent 342ce38 commit 8b3bd4d

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": "Fri, 08 Mar 2024 06:37:10 GMT",
6+
"version": "0.4.0",
7+
"tag": "@rightcapital/phpdoc-parser_v0.4.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@rightcapital/phpdoc-parser",
13+
"commit": "342ce385166ce759baa8fed7d81e82e0191a8c4d",
14+
"comment": "feat: add PHP doc type node to TypeScript type node transpiler"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 06 Mar 2024 22:28:42 GMT",
621
"version": "0.3.52",

CHANGELOG.md

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

3-
This log was last generated on Wed, 06 Mar 2024 22:28:42 GMT and should not be manually modified.
3+
This log was last generated on Fri, 08 Mar 2024 06:37:10 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## [0.4.0](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.4.0) (2024-3-8)
8+
9+
- feat: add PHP doc type node to TypeScript type node transpiler ([342ce38](https://github.com/RightCapitalHQ/phpdoc-parser/commit/342ce385166ce759baa8fed7d81e82e0191a8c4d))
10+
711
### [0.3.52](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/phpdoc-parser_v0.3.52) (2024-3-6)
812

913
- fix(deps): update dependency @types/node to v20.11.25 ([aecb893](https://github.com/RightCapitalHQ/phpdoc-parser/commit/aecb893334fc3fec49d98f555c5536452c8558f6))

change/@rightcapital-phpdoc-parser-1b5118dc-42c1-4645-82f3-949ce09406a5.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.3.52",
3+
"version": "0.4.0",
44
"keywords": [
55
"PHP",
66
"PHPDoc",

0 commit comments

Comments
 (0)