From 811ccd2d21b2df3697755326a0ca82c207c84b87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 01:43:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version=20(#453)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔖 Bump version * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Wei He --- .changeset/lucky-terms-protect.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/lucky-terms-protect.md diff --git a/.changeset/lucky-terms-protect.md b/.changeset/lucky-terms-protect.md deleted file mode 100644 index 427cb5c0..00000000 --- a/.changeset/lucky-terms-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"socialify": minor ---- - -Added error handling for long svg data uri input, also added jest unit test cases for this. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efe5eee..be22718f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # socialify +## 2.16.0 + +### Minor Changes + +- e7f708e: Added error handling for long svg data uri input + + Thanks to [slusy](https://github.com/slusy) + ## 2.15.1 ### Patch Changes diff --git a/package.json b/package.json index a15305f7..422cab53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socialify", - "version": "2.15.1", + "version": "2.16.0", "description": "Socialify your project. Share with the world!", "author": "@CryogenicPlanet, @wei", "license": "MIT",