Skip to content

Commit

Permalink
release: v3.2.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaso committed Jun 24, 2024
1 parent 433ac89 commit 1b06fe0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.2.3 / 2024-06-24

* Fixed error on `package.json`.

## 3.2.2 / 2024-06-24

* Fixed build error on macOS [#69](https://github.com/NickNaso/ghostscript4js/pull/69).
Expand Down
12 changes: 10 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.2.2",
"version": "3.2.3",
"contributors": [
{
"name": "Nicola Del Gobbo",
Expand All @@ -15,6 +15,10 @@
"name": "Alexander Prinzhorn",
"email": "[email protected]"
},
{
"name": "Eric Semeniuc",
"url": "https://github.com/esemeniuc"
},
{
"name": "George Gershevich",
"email": "[email protected]"
Expand All @@ -23,7 +27,10 @@
"name": "Loren Yu",
"email": "[email protected]"
},
"Samuel Bronson (https://github.com/SamB)"
{
"name": "Samuel Bronson",
"url": "https://github.com/SamB"
}
],
"keywords": [
"ghostscript",
Expand Down Expand Up @@ -68,6 +75,7 @@
"gs4js-env-home.js",
"gs4js-env-lib.js",
"gs4js-env-dll.js",
"macOS-lib-path-finder.js",
"binding.gyp",
"lib/",
"src/"
Expand Down

0 comments on commit 1b06fe0

Please sign in to comment.