From 1b06fe0aa2076b1a7ef9765e6d67daa0e4c87634 Mon Sep 17 00:00:00 2001 From: NickNaso Date: Mon, 24 Jun 2024 15:55:08 +0200 Subject: [PATCH] =?UTF-8?q?release:=20v3.2.3=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ package.json | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da244fc..95d5058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/package.json b/package.json index ea89020..5571855 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.2", + "version": "3.2.3", "contributors": [ { "name": "Nicola Del Gobbo", @@ -15,6 +15,10 @@ "name": "Alexander Prinzhorn", "email": "alexander@prinzhorn.it" }, + { + "name": "Eric Semeniuc", + "url": "https://github.com/esemeniuc" + }, { "name": "George Gershevich", "email": "george.gershevich@gmail.com" @@ -23,7 +27,10 @@ "name": "Loren Yu", "email": "loren@navapbc.com" }, - "Samuel Bronson (https://github.com/SamB)" + { + "name": "Samuel Bronson", + "url": "https://github.com/SamB" + } ], "keywords": [ "ghostscript", @@ -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/"