Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bd65f2

Browse files
committed
Increment version to 1.3.2, add changelog entry
1 parent 869922c commit 3bd65f2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.3.2 (2022-02-16)
2+
3+
- escape input in countPDFPages for Windows, fix redundant await (Loupi) [#2](https://github.com/sigalor/ghostscript-node/pull/2)
4+
15
# 1.3.1 (2022-01-24)
26

37
- fix handling of rotated PDFs

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ghostscript-node",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A Node.js library which can work with PDFs, based on Ghostscript.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)