From ad6b9b616ee5cad3d869d5ca6e6826c3c97965a0 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Wed, 12 Jan 2022 20:59:49 +0900 Subject: [PATCH] 0.0.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c37580..a0d279b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-pdf", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-pdf", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "dependencies": { "pdfmake": "^0.2.4", diff --git a/package.json b/package.json index a00ba32..9f57af3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-pdf", - "version": "0.0.4", + "version": "0.0.5", "description": "remark plugin to compile markdown to pdf.", "main": "lib/index.js", "module": "lib/index.mjs",