Skip to content

Commit

Permalink
chore(release): 6.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.0.1](v6.0.0...v6.0.1) (2022-03-26)

### Bug Fixes

* fix root version after releasing ([67e00e5](67e00e5))
  • Loading branch information
semantic-release-bot committed Mar 26, 2022
1 parent 67e00e5 commit f0980e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [6.0.1](https://github.com/cycjimmy/swiper-animation/compare/v6.0.0...v6.0.1) (2022-03-26)


### Bug Fixes

* fix root version after releasing ([67e00e5](https://github.com/cycjimmy/swiper-animation/commit/67e00e5107b56e521a76b3cf3e64d3b3d95ba98f))

# [6.0.0](https://github.com/cycjimmy/swiper-animation/compare/v5.0.0...v6.0.0) (2022-03-26)


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": "@cycjimmy/swiper-animation",
"version": "6.0.0",
"version": "6.0.1",
"description": "Easier way to run animations on swiper.",
"type": "module",
"main": "dist/swiper-animation.cjs",
Expand Down

0 comments on commit f0980e1

Please sign in to comment.