We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120c3f9 commit a5612c6Copy full SHA for a5612c6
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
### Unreleased
4
5
+### [v0.12.1] - 2021-04-10
6
+
7
+- Update crypto-js to v3.3 (fix security issue)
8
+- Update fontkit to 1.8.1
9
10
### [v0.12.0] - 2021-04-04
11
12
- Add support for Embedded Files and File Attachment Annotations
package.json
@@ -9,7 +9,7 @@
"document",
"vector"
],
- "version": "0.12.0",
+ "version": "0.12.1",
13
"homepage": "http://pdfkit.org/",
14
"author": {
15
"name": "Devon Govett",
@@ -47,8 +47,8 @@
47
"rollup-plugin-cpy": "^2.0.1"
48
},
49
"dependencies": {
50
- "crypto-js": "^3.1.9-1",
51
- "fontkit": "^1.8.0",
+ "crypto-js": "^3.3.0",
+ "fontkit": "^1.8.1",
52
"linebreak": "^1.0.2",
53
"png-js": "^1.0.0"
54
@@ -92,4 +92,4 @@
92
"jest-screenshot/reporter"
93
]
94
}
95
-}
+}
0 commit comments