From dbc3a52c61c3b6919e5c92b454ad89f2b4b9d62c Mon Sep 17 00:00:00 2001 From: Theodore Brown Date: Wed, 26 Jun 2024 20:52:02 -0500 Subject: [PATCH] Release v0.8.9 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a29397..5fd2b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [0.8.9] - 2024-06-26 + +### Fixed +- Image content is no longer doubled when resizing a large image with transparency ([#1]). + ## [0.8.8] - 2023-11-21 ### Fixed @@ -53,8 +58,9 @@ This is the initial pre-release after forking from [Foliotek/Croppie](https://gi - `enableResize` option. - `showZoomer` option (hide via CSS instead if desired). - -[Unreleased]: https://github.com/theodorejb/cropt/compare/v0.8.8...HEAD +[#1]: https://github.com/theodorejb/cropt/pull/1 +[Unreleased]: https://github.com/theodorejb/cropt/compare/v0.8.9...HEAD +[0.8.9]: https://github.com/theodorejb/cropt/compare/v0.8.8...v0.8.9 [0.8.8]: https://github.com/theodorejb/cropt/compare/v0.8.6...v0.8.8 [0.8.6]: https://github.com/theodorejb/cropt/compare/v0.8.4...v0.8.6 [0.8.4]: https://github.com/theodorejb/cropt/releases/tag/v0.8.4 diff --git a/package.json b/package.json index 65852f8..076693e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cropt", - "version": "0.8.8", + "version": "0.8.9", "description": "A lightweight JavaScript image cropper", "files": [ "src/cropt.*"