Skip to content

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.5.0](v4.4.1...v4.5.0) (2023-12-10)

### Features

* **use-slide-list:** loop ([c2f8328](c2f8328))

### Bug Fixes

* next slide is wrapped for part of the animation ([8f61e73](8f61e73))
* **use-slide-list:** make animationEnd$ available in the render function ([cc5e5c1](cc5e5c1))
  • Loading branch information
semantic-release-bot committed Dec 10, 2023
1 parent 17bbb7e commit 82364ca
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [4.5.0](https://github.com/Neovici/cosmoz-slider/compare/v4.4.1...v4.5.0) (2023-12-10)


### Features

* **use-slide-list:** loop ([c2f8328](https://github.com/Neovici/cosmoz-slider/commit/c2f832812a1a417a804bcc08a9e722ea59f5cf8d))


### Bug Fixes

* next slide is wrapped for part of the animation ([8f61e73](https://github.com/Neovici/cosmoz-slider/commit/8f61e737a7d4ff1c2e5fc418a1dd6836d5fd3397))
* **use-slide-list:** make animationEnd$ available in the render function ([cc5e5c1](https://github.com/Neovici/cosmoz-slider/commit/cc5e5c182ba91681b45013367ef5cda0f71ca490))

## [4.4.1](https://github.com/Neovici/cosmoz-slider/compare/v4.4.0...v4.4.1) (2023-12-09)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neovici/cosmoz-slider",
"version": "4.4.1",
"version": "4.5.0",
"description": "General purpose slider",
"repository": {
"type": "git",
Expand Down

0 comments on commit 82364ca

Please sign in to comment.