Skip to content

Commit f0b85fd

Browse files
author
Maxim Kondratev
committed
chore(release): 3.0.1
1 parent 32f446b commit f0b85fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [3.0.1](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.7...v3.0.1) (2023-12-20)
6+
7+
### Bug Fixes
8+
9+
* prevent unnecessary removal of ref in strict mode ([32f446b](https://github.com/dromru/react-photoswipe-gallery/commit/32f446b7e98230271ae2f3229515ab7c4f47f227))
10+
511
## [3.0.0](https://github.com/dromru/react-photoswipe-gallery/compare/v2.2.7...v3.0.0) (2023-12-05)
612

713

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-photoswipe-gallery",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "React component wrapper around PhotoSwipe",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)