Skip to content

Commit

Permalink
Prepare release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaso committed Feb 24, 2020
1 parent 17462f6 commit 0bba55b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.2.0 / 2020-02-24

* Segmentation fault on multiple runs - Fix issue [#47](https://github.com/NickNaso/ghostscript4js/issues/47)
* Execution stop with: double free or corruption - Fix issue [#49](https://github.com/NickNaso/ghostscript4js/issues/49)
* Error when calling gs.executeSync - Fix issue [#50](https://github.com/NickNaso/ghostscript4js/issues/50)

## 3.1.1 / 2019-07-23

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ghostscript4js",
"description": "Bindings for the Ghostscript C API to the Node.JS world.",
"version": "3.1.1",
"version": "3.2.0",
"contributors": [
{
"name": "Nicola Del Gobbo",
Expand Down Expand Up @@ -39,7 +39,7 @@
"debug": "node-gyp rebuild --debug"
},
"engines": {
"node": ">= 4.0.0"
"node": ">= 6.0.0"
},
"gypfile": true,
"repository": {
Expand Down

0 comments on commit 0bba55b

Please sign in to comment.