Skip to content

Commit

Permalink
Release v0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb committed Jun 27, 2024
1 parent 0d42444 commit dbc3a52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cropt",
"version": "0.8.8",
"version": "0.8.9",
"description": "A lightweight JavaScript image cropper",
"files": [
"src/cropt.*"
Expand Down

0 comments on commit dbc3a52

Please sign in to comment.