diff --git a/CHANGELOG.md b/CHANGELOG.md index c71eb327..493a347a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.5.2 (2020-03-16) + +- chore: update dependencies ([57cb710](https://github.com/Fdawgs/node-poppler/commit/57cb710)) +- chore: update lockfile ([7df0325](https://github.com/Fdawgs/node-poppler/commit/7df0325)) +- chore(deps-dev): bump eslint-config-airbnb-base from 14.0.0 to 14.1.0 ([8aed27d](https://github.com/Fdawgs/node-poppler/commit/8aed27d)) +- chore(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 ([7d26ccd](https://github.com/Fdawgs/node-poppler/commit/7d26ccd)) +- chore(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 ([cc71eef](https://github.com/Fdawgs/node-poppler/commit/cc71eef)) +- chore(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 ([cb7f469](https://github.com/Fdawgs/node-poppler/commit/cb7f469)) +- chore(deps-dev): bump eslint-plugin-json from 2.1.0 to 2.1.1 ([741c8ea](https://github.com/Fdawgs/node-poppler/commit/741c8ea)) +- chore(deps-dev): bump typescript from 3.8.2 to 3.8.3 ([4e43b1f](https://github.com/Fdawgs/node-poppler/commit/4e43b1f)) + ## 1.5.1 (2020-02-21) - chore: add .prettierignore ([e2be8a6](https://github.com/Fdawgs/node-poppler/commit/e2be8a6)) diff --git a/package.json b/package.json index 62997c8d..6126b7dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-poppler", - "version": "1.5.1", + "version": "1.5.2", "description": "Node.js wrapper for the Poppler PDF rendering library", "main": "src/index.js", "repository": "git+https://github.com/Fdawgs/node-poppler.git",