diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f3c26..464615c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.2 (2020-10-29) + +- build(deps-dev): bump dev dependencies ([79e05f9](https://github.com/Fdawgs/node-unrtf/commit/79e05f9)) +- docs: grammar and spelling fixes ([f5fb9e3](https://github.com/Fdawgs/node-unrtf/commit/f5fb9e3)) +- fix(index): check file exists before attempting to parse ([41daf30](https://github.com/Fdawgs/node-unrtf/commit/41daf30)) + ## 1.0.1 (2020-10-27) - build(deps-dev): bump dev dependencies ([cf5cd8b](https://github.com/Fdawgs/node-unrtf/commit/cf5cd8b)) diff --git a/package.json b/package.json index 18f33bd..8863ba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-unrtf", - "version": "1.0.1", + "version": "1.0.2", "description": "Asynchronous node.js wrapper for the UnRTF RTF conversion program", "keywords": [ "async",