Skip to content

Commit e102763

Browse files
committed
Release v0.0.20
1 parent 81353ac commit e102763

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Publish
33
on: [push, pull_request]
44

55
env:
6-
PLUTOBOOK_VERSION: 0.11.3
6+
PLUTOBOOK_VERSION: 0.12.0
77
jobs:
88
build-linux:
99
if: github.ref_type == 'tag' || contains(github.event.head_commit.message, '[build:addon]')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plutoprint",
3-
"version": "0.0.19",
3+
"version": "0.0.20",
44
"description": "Paged HTML rendering library",
55
"keywords": ["html", "css", "svg", "pdf", "png", "html2pdf", "html2png"],
66
"homepage": "https://github.com/plutoprint/node-plutoprint#readme",

0 commit comments

Comments
 (0)