Skip to content

Commit

Permalink
chore(release): 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudiohbsantos committed Jul 1, 2020
1 parent f9c73f7 commit 330f6be
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.0.1](https://github.com/Claudiohbsantos/reascriptluaparser/compare/v2.0.0...v2.0.1) (2020-07-01)


### Bug Fixes

* allow for . in name or type ([27852b0](https://github.com/Claudiohbsantos/reascriptluaparser/commit/27852b0ae743b024f138c5f0ac0a8a8a41469092))
* ignore triangle and printf ([7fc1c48](https://github.com/Claudiohbsantos/reascriptluaparser/commit/7fc1c48e6fb7bfcdd3cbb4bdd65c0d4bc47ae2ae))
* parse 'optional' parameters and returns ([6435db9](https://github.com/Claudiohbsantos/reascriptluaparser/commit/6435db9d3e6a5e65ba2e0d64118a2dee579ebe42))
* remove . from parameter names and types ([186344d](https://github.com/Claudiohbsantos/reascriptluaparser/commit/186344db71c8c866332c9a19a49afb32c67a801d))

## [2.0.0](https://github.com/Claudiohbsantos/reascriptluaparser/compare/v1.0.3...v2.0.0) (2020-06-30)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reascriptluaparser",
"description": "Parser for Reascript API HTML file from Reaper DAW. Use as module or global CLI",
"version": "2.0.0",
"version": "2.0.1",
"author": "Claudio Santos",
"homepage": "https://github.com/Claudiohbsantos/reascriptluaparser",
"repository": {
Expand Down

0 comments on commit 330f6be

Please sign in to comment.