Skip to content

Commit

Permalink
chore(release): applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions[bot] committed Sep 14, 2023
1 parent 7ca54e4 commit 4be26ac
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@rightcapital/php-parser",
"entries": [
{
"date": "Thu, 14 Sep 2023 09:47:17 GMT",
"version": "0.2.0",
"tag": "@rightcapital/php-parser_v0.2.0",
"comments": {
"minor": [
{
"author": "i@rainx.cc",
"package": "@rightcapital/php-parser",
"commit": "7ca54e43462d9078fb5ae103aed467618246e2b4",
"comment": "feat: add method to parse PHP directly from code"
}
]
}
},
{
"date": "Thu, 14 Sep 2023 07:49:40 GMT",
"version": "0.1.3",
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log - @rightcapital/php-parser

This log was last generated on Thu, 14 Sep 2023 07:49:40 GMT and should not be manually modified.
This log was last generated on Thu, 14 Sep 2023 09:47:17 GMT and should not be manually modified.

<!-- Start content -->

## [0.2.0](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/php-parser_v0.2.0) (2023-9-14)

- feat: add method to parse PHP directly from code ([7ca54e4](https://github.com/RightCapitalHQ/phpdoc-parser/commit/7ca54e43462d9078fb5ae103aed467618246e2b4))

### [0.1.3](https://github.com/RightCapitalHQ/phpdoc-parser/tree/@rightcapital/php-parser_v0.1.3) (2023-9-14)

- fix(deps): pin dependencies ([91a8140](https://github.com/RightCapitalHQ/phpdoc-parser/commit/91a8140704c7524854b6ddfeb6542920e27231ad))

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rightcapital/php-parser",
"version": "0.1.3",
"version": "0.2.0",
"description": "PHP Parser TypeScript representation",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 4be26ac

Please sign in to comment.