Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.1...v3.1.0) (2022-05-19)

### Bug Fixes

* tests ([ed172bc](ed172bc))

### Features

* allow 'new' as a keyword for arrow functions ([5ab04e7](5ab04e7))
* allow new as a function keyword ([58ace96](58ace96))
* allow typed args parameter for functions ([b538628](b538628))
  • Loading branch information
semantic-release-bot committed May 19, 2022
1 parent 4d734f9 commit f9dccdb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.1.0](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v3.0.1...v3.1.0) (2022-05-19)


### Bug Fixes

* tests ([ed172bc](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/ed172bc643ab7068ff07db1a5eb5e8eae61deb19))


### Features

* allow 'new' as a keyword for arrow functions ([5ab04e7](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/5ab04e7aa0792ccd8413d07e9c5c4b1dfc6e4f77))
* allow new as a function keyword ([58ace96](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/58ace96e6976a3b77791bb86423814f1ca56611d))
* allow typed args parameter for functions ([b538628](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/b538628a0092fc37e401fc979dfc877a994acb59))

## [3.0.1](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v3.0.0...v3.0.1) (2022-04-19)


Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "jsdoc-type-pratt-parser",
"version": "3.0.1",
"version": "3.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit f9dccdb

Please sign in to comment.