Skip to content

Commit

Permalink
chore(release): 1.3.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.3.1](v1.3.0...v1.3.1) (2022-06-13)

### Bug Fixes

* **carousel:** fix problem with direction when there are only two images ([7d1954c](7d1954c))
  • Loading branch information
semantic-release-bot committed Jun 13, 2022
1 parent 7d1954c commit 3d96a1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### [1.3.1](https://github.com/Farfetch/react-carousel/compare/v1.3.0...v1.3.1) (2022-06-13)


### Bug Fixes

* **carousel:** fix problem with direction when there are only two images ([7d1954c](https://github.com/Farfetch/react-carousel/commit/7d1954cc203a37a09cbd3aa51181b4d628d96a99))

## [1.3.0](https://github.com/Farfetch/react-carousel/compare/v1.2.0...v1.3.0) (2021-08-30)


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": "@farfetch/react-carousel",
"version": "1.3.0",
"version": "1.3.1",
"description": "A carousel component, with support for Swipe, Scroll and Snap Points",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 3d96a1b

Please sign in to comment.