diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7f4c0..0913c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.2.1 / 2020-02-24 + +* Fixed typo on error message. + ## 3.2.0 / 2020-02-24 * Segmentation fault on multiple runs - Fix issue [#47](https://github.com/NickNaso/ghostscript4js/issues/47) diff --git a/package.json b/package.json index d8c2268..a527431 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ghostscript4js", "description": "Bindings for the Ghostscript C API to the Node.JS world.", - "version": "3.2.0", + "version": "3.2.1", "contributors": [ { "name": "Nicola Del Gobbo",