Skip to content

Commit a5612c6

Browse files
committed
add 0.12.1 from npm release
1 parent 120c3f9 commit a5612c6

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
### Unreleased
44

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+
510
### [v0.12.0] - 2021-04-04
611

712
- Add support for Embedded Files and File Attachment Annotations

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"document",
1010
"vector"
1111
],
12-
"version": "0.12.0",
12+
"version": "0.12.1",
1313
"homepage": "http://pdfkit.org/",
1414
"author": {
1515
"name": "Devon Govett",
@@ -47,8 +47,8 @@
4747
"rollup-plugin-cpy": "^2.0.1"
4848
},
4949
"dependencies": {
50-
"crypto-js": "^3.1.9-1",
51-
"fontkit": "^1.8.0",
50+
"crypto-js": "^3.3.0",
51+
"fontkit": "^1.8.1",
5252
"linebreak": "^1.0.2",
5353
"png-js": "^1.0.0"
5454
},
@@ -92,4 +92,4 @@
9292
"jest-screenshot/reporter"
9393
]
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)