diff --git a/CHANGELOG.md b/CHANGELOG.md index 111a10e5..c7a20c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [5.2.0] - 2024-04-05 + +### Added + +* `canSwipeToUnzoom` and `swipeToUnzoomThreshold` props + (https://github.com/rpearce/react-medium-image-zoom/pull/472, https://github.com/rpearce/react-medium-image-zoom/pull/510) + ## [5.1.11] - 2024-03-26 ### Fixed diff --git a/package-lock.json b/package-lock.json index e2834868..f694bc0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-medium-image-zoom", - "version": "5.1.11", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-medium-image-zoom", - "version": "5.1.11", + "version": "5.2.0", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 778a8324..c7620141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-medium-image-zoom", - "version": "5.1.11", + "version": "5.2.0", "license": "BSD-3-Clause", "description": "Accessible medium.com-style image zoom for React", "type": "module", @@ -33,7 +33,8 @@ "Youngrok Kim (https://rokoroku.github.io)", "Josh-Cena (https://joshcena.com)", "Yida Zhang ", - "eych" + "eych", + "tshmieldev" ], "funding": [ {