Update version to 0.9.1

This commit is contained in:
Luiz Américo 2019-03-04 14:26:24 -03:00
parent 1f5565d087
commit 56a490fa19
2 changed files with 4 additions and 1 deletions

View File

@ -2,11 +2,14 @@
### Unreleased
### [v0.9.1] - 2019-3-04
- Fix setting printing permission
- Fix corruption of string objects in browser
- Add option to set default font
- Remove call to fontkit.openSync
- Add standalone virtual file system implementation
- Add option (fontLayoutCache) to disable font layout cache
### [v0.9.0] - 2019-1-28

View File

@ -9,7 +9,7 @@
"document",
"vector"
],
"version": "0.9.0",
"version": "0.9.1",
"homepage": "http://pdfkit.org/",
"author": {
"name": "Devon Govett",