diff --git a/CHANGELOG.md b/CHANGELOG.md index 98665863..b6f91aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [5.1.4](https://github.com/frontend-collective/react-image-lightbox/compare/v5.1.3...v5.1.4) (2021-07-13) + ### [5.1.3](https://github.com/frontend-collective/react-image-lightbox/compare/v5.1.2...v5.1.3) (2021-07-13) ### [5.1.2](https://github.com/frontend-collective/react-image-lightbox/compare/v5.1.1...v5.1.2) (2021-07-13) diff --git a/package.json b/package.json index c8adaa0b..be17e689 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-image-lightbox", - "version": "5.1.3", + "version": "5.1.4", "description": "A lightbox component for React.js", "scripts": { "build": "rollup -c",