Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.1...v1.1.0) (2024-01-04)

### Features

* carousel supports autoplay ([73c6832](73c6832))
  • Loading branch information
semantic-release-bot committed Jan 4, 2024
1 parent 73c6832 commit 038d17c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/ssteuteville/react-carousel/compare/v1.0.1...v1.1.0) (2024-01-04)


### Features

* carousel supports autoplay ([73c6832](https://github.com/ssteuteville/react-carousel/commit/73c6832c17cc9f272df514b16e53bca65ef044c9))

## [1.0.1](https://github.com/ssteuteville/react-carousel/compare/v1.0.0...v1.0.1) (2023-12-15)


Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steute.dev/react-carousel",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"type": "module",
"main": "dist/index.cjs",
Expand All @@ -11,8 +11,14 @@
"[0-9]+.x",
"main",
"next",
{"name": "beta", "prerelease": true},
{"name": "alpha", "prerelease": true}
{
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 038d17c

Please sign in to comment.