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",