Skip to content

Commit

Permalink
chore(release): 1.0.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.9](v1.0.8...v1.0.9) (2020-04-26)

### Bug Fixes

* **ci:** prettier to ignore CHANGELOG (generated) ([8bcf776](8bcf776))
* **ci:** skip github actions workflow on release commits ([c970cda](c970cda))
  • Loading branch information
semantic-release-bot committed Apr 26, 2020
1 parent 8bcf776 commit 12a356a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.9](https://github.com/adrienjoly/npm-pdfreader/compare/v1.0.8...v1.0.9) (2020-04-26)


### Bug Fixes

* **ci:** prettier to ignore CHANGELOG (generated) ([8bcf776](https://github.com/adrienjoly/npm-pdfreader/commit/8bcf77674a6e472c791accca4d8385e8462679b6))
* **ci:** skip github actions workflow on release commits ([c970cda](https://github.com/adrienjoly/npm-pdfreader/commit/c970cda451a3a3b53c9d42c721524b22a7714544))

## [1.0.8](https://github.com/adrienjoly/npm-pdfreader/compare/v1.0.7...v1.0.8) (2020-04-26)


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,6 +1,6 @@
{
"name": "pdfreader",
"version": "1.0.8",
"version": "1.0.9",
"description": "Read text and parse tables from PDF files. Supports tabular data with automatic column detection, and rule-based parsing.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 12a356a

Please sign in to comment.