From eec7ab3bdae3c6803203ad13e9e3f86514525633 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 13:21:58 +0200 Subject: [PATCH] Version Packages (#28) Co-authored-by: github-actions[bot] --- .changeset/nice-grapes-run.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/nice-grapes-run.md diff --git a/.changeset/nice-grapes-run.md b/.changeset/nice-grapes-run.md deleted file mode 100644 index 5ab9779..0000000 --- a/.changeset/nice-grapes-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"prntr": patch ---- - -update the browser support diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dabd0..70586dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # prntr +## 2.0.13 + +### Patch Changes + +- e3cb340: update the browser support + ## 2.0.12 ### Patch Changes diff --git a/package.json b/package.json index 0adce93..717d0b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prntr", - "version": "2.0.12", + "version": "2.0.13", "description": "A tiny javascript library to help printing from the web. Print.js but modern and maintained.", "types": "dist/prntr.cjs.d.ts", "main": "dist/prntr.cjs.js",