diff --git a/CHANGELOG.md b/CHANGELOG.md index 07250ff5a..157b4076c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.2.5](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.4...v2.2.5) (2023-02-09) + + +### Bug Fixes + +* remove null from ItemRef type ([fc40996](https://github.com/dromru/react-photoswipe-gallery/commit/fc409960b6d9badf55108b8ba4e4d6272b6d84fd)) + ## [2.2.4](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.3...v2.2.4) (2023-02-09) diff --git a/package.json b/package.json index 21dc5ed1d..935ce38fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-photoswipe-gallery", - "version": "2.2.4", + "version": "2.2.5", "description": "React component wrapper around PhotoSwipe", "type": "module", "main": "dist/index.js",