Skip to content

Commit

Permalink
chore(release): 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
irudoy committed Apr 16, 2022
1 parent b50be06 commit 00f4956
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.0.3](https://github.com/dromru/react-photoswipe-gallery/compare/v2.0.2...v2.0.3) (2022-04-16)


### Bug Fixes

* **package:** set `type: 'module'` ([7f74c25](https://github.com/dromru/react-photoswipe-gallery/commit/7f74c25b2ab64d01377515c836edfa9a994445a7))


### Chore

* **ci:** set node version to v16 for workflows ([b50be06](https://github.com/dromru/react-photoswipe-gallery/commit/b50be066dfe79f0913532178c33c3ded1abff7c3))

## [2.0.2](https://github.com/dromru/react-photoswipe-gallery/compare/v2.0.1...v2.0.2) (2022-04-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-photoswipe-gallery",
"version": "2.0.2",
"version": "2.0.3",
"description": "React component wrapper around PhotoSwipe",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 00f4956

Please sign in to comment.