diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c3313..d3a9314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/adrienjoly/npm-pdfreader/compare/v1.1.0...v1.1.1) (2020-04-26) + + +### Bug Fixes + +* **deps:** bump acorn from 6.3.0 to 6.4.1 ([#46](https://github.com/adrienjoly/npm-pdfreader/issues/46)) ([af61802](https://github.com/adrienjoly/npm-pdfreader/commit/af61802d1430adab8c9c56588d8a5b565910bd3a)) + # [1.1.0](https://github.com/adrienjoly/npm-pdfreader/compare/v1.0.10...v1.1.0) (2020-04-26) diff --git a/package-lock.json b/package-lock.json index 04aa8a1..be87a76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pdfreader", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee58892..4ad878d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfreader", - "version": "1.1.0", + "version": "1.1.1", "description": "Read text and parse tables from PDF files. Supports tabular data with automatic column detection, and rule-based parsing.", "main": "index.js", "scripts": {