From f164246908e07b77bb4618c48f5f93245dae9de3 Mon Sep 17 00:00:00 2001 From: fritz-c <4413963+fritz-c@users.noreply.github.com> Date: Tue, 13 Jul 2021 17:56:49 -0500 Subject: [PATCH] chore(release): 5.1.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",