Skip to content

Commit

Permalink
0.3.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Feb 19, 2023
1 parent d9b5b9e commit 1e9a970
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 108 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.3.0-beta.5 - 2023-02-19

- Fixed document buffer size. Node.js 18+ allow max 1 GiB.

Expand Down
194 changes: 93 additions & 101 deletions build/pdfmake.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/pdfmake.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/pdfmake.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/pdfmake.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion build/vfs_fonts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pdfmake",
"version": "0.3.0-beta.4",
"version": "0.3.0-beta.5",
"description": "Client/server side PDF printing in pure JavaScript",
"main": "js/index.js",
"esnext": "src/index.js",
Expand Down

0 comments on commit 1e9a970

Please sign in to comment.