Skip to content

Commit

Permalink
chore(release): 1.0.9-dev.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.9-dev.1](v1.0.8...v1.0.9-dev.1) (2021-07-20)

### Bug Fixes

* Add chores token. ([dc1d3e9](dc1d3e9))
* Allow semicolon as object entry separator. ([49b19a3](49b19a3))
* Remove unneeded check. ([d7839ba](d7839ba))
  • Loading branch information
semantic-release-bot authored and simonseyock committed Jul 27, 2021
1 parent 884acbd commit 5ea6599
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.0.9-dev.1](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v1.0.8...v1.0.9-dev.1) (2021-07-20)


### Bug Fixes

* Add chores token. ([dc1d3e9](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/dc1d3e93be974dbb87f253b3e02a806d85cf912b))
* Allow semicolon as object entry separator. ([49b19a3](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/49b19a34f81542d5e508e9f59c77eb6c28db48b7))
* Remove unneeded check. ([d7839ba](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/d7839bae6985e5dbfe276c3e8eef5d44f434e975))

## [1.0.9](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v1.0.4...v1.0.9) (2021-07-20)


### Bug Fixes

* Add chores token. ([dc1d3e9](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/dc1d3e93be974dbb87f253b3e02a806d85cf912b))
* Allow semicolon as object entry separator. ([49b19a3](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/49b19a34f81542d5e508e9f59c77eb6c28db48b7))
* Remove unneeded check. ([d7839ba](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/d7839bae6985e5dbfe276c3e8eef5d44f434e975))

## [1.0.8](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v1.0.7...v1.0.8) (2021-06-02)


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": "1.0.8",
"version": "1.0.9-dev.1",
"description": "",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 5ea6599

Please sign in to comment.