Skip to content

Commit 1b06fe0

Browse files
committed
release: v3.2.3 🎉
1 parent 433ac89 commit 1b06fe0

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.2.3 / 2024-06-24
4+
5+
* Fixed error on `package.json`.
6+
37
## 3.2.2 / 2024-06-24
48

59
* Fixed build error on macOS [#69](https://github.com/NickNaso/ghostscript4js/pull/69).

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghostscript4js",
33
"description": "Bindings for the Ghostscript C API to the Node.JS world.",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"contributors": [
66
{
77
"name": "Nicola Del Gobbo",
@@ -15,6 +15,10 @@
1515
"name": "Alexander Prinzhorn",
1616
"email": "[email protected]"
1717
},
18+
{
19+
"name": "Eric Semeniuc",
20+
"url": "https://github.com/esemeniuc"
21+
},
1822
{
1923
"name": "George Gershevich",
2024
"email": "[email protected]"
@@ -23,7 +27,10 @@
2327
"name": "Loren Yu",
2428
"email": "[email protected]"
2529
},
26-
"Samuel Bronson (https://github.com/SamB)"
30+
{
31+
"name": "Samuel Bronson",
32+
"url": "https://github.com/SamB"
33+
}
2734
],
2835
"keywords": [
2936
"ghostscript",
@@ -68,6 +75,7 @@
6875
"gs4js-env-home.js",
6976
"gs4js-env-lib.js",
7077
"gs4js-env-dll.js",
78+
"macOS-lib-path-finder.js",
7179
"binding.gyp",
7280
"lib/",
7381
"src/"

0 commit comments

Comments
 (0)