Skip to content

Commit e9c7d9e

Browse files
committed
v0.12.3
1 parent cc6331b commit e9c7d9e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
### Unreleased
44

5+
### [v0.12.3] - 2021-08-01
6+
7+
- Remove examples from published package
8+
9+
### [v0.12.2] - 2021-08-01
10+
11+
- Fix for PDF accessibility check. (#1265)
512
- Allow applying 'underline' and 'strike' text styling together on a text
613
- Allow to specify the AcroForm text fontSize
714
- Update crypto-js to v4.0 (properly fix security issue)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"document",
1010
"vector"
1111
],
12-
"version": "0.12.1",
12+
"version": "0.12.3",
1313
"homepage": "http://pdfkit.org/",
1414
"author": {
1515
"name": "Devon Govett",
@@ -91,4 +91,4 @@
9191
"jest-screenshot/reporter"
9292
]
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)