From 154e87d7d4b575b2d72c368e6f303b6daa7fde40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 20:56:02 +0000 Subject: [PATCH] chore: release 0.2.2 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41a7dc..b88cf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [0.2.2](https://www.github.com/humanwhocodes/print-ready/compare/v0.2.1...v0.2.2) (2022-10-10) + + +### Bug Fixes + +* **deps:** update dependency yargs to v17 ([#23](https://www.github.com/humanwhocodes/print-ready/issues/23)) ([dad7f8a](https://www.github.com/humanwhocodes/print-ready/commit/dad7f8ac199f0268b6648849362234f4972371db)) +* Missing lines of text by upgrading pagedjs ([91cb37c](https://www.github.com/humanwhocodes/print-ready/commit/91cb37cc26d36e0cf91211fce2a09ec078fdc0c7)) + ### [0.2.1](https://www.github.com/humanwhocodes/print-ready/compare/v0.2.0...v0.2.1) (2022-06-01) diff --git a/package-lock.json b/package-lock.json index dc65208..c59c042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/print-ready", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/print-ready", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "pagedjs": "^0.3.5", diff --git a/package.json b/package.json index cea338d..3106ae6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/print-ready", - "version": "0.2.1", + "version": "0.2.2", "description": "Convert HTML to PDF", "type": "module", "main": "dist/print-ready.cjs",