We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7265fa2 commit 433ac89Copy full SHA for 433ac89
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 3.2.2 / 2024-06-24
4
+
5
+* Fixed build error on macOS [#69](https://github.com/NickNaso/ghostscript4js/pull/69).
6
7
## 3.2.1 / 2020-02-24
8
9
* Fixed typo on error message.
package.json
@@ -1,7 +1,7 @@
{
"name": "ghostscript4js",
"description": "Bindings for the Ghostscript C API to the Node.JS world.",
- "version": "3.2.1",
+ "version": "3.2.2",
"contributors": [
"name": "Nicola Del Gobbo",
0 commit comments