Skip to content

Commit

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

### Features

* refactoring build tasks ([e17d30f](e17d30f))

### BREAKING CHANGES

* refactoring build tasks
  • Loading branch information
semantic-release-bot committed Mar 26, 2022
1 parent e17d30f commit cd4cb0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [6.0.0](https://github.com/cycjimmy/swiper-animation/compare/v5.0.0...v6.0.0) (2022-03-26)


### Features

* refactoring build tasks ([e17d30f](https://github.com/cycjimmy/swiper-animation/commit/e17d30fb7aa8f75a936b8656b4ade788e7ccd29f))


### BREAKING CHANGES

* refactoring build tasks

# [5.0.0](https://github.com/cycjimmy/swiper-animation/compare/v4.1.2...v5.0.0) (2022-03-19)


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

0 comments on commit cd4cb0b

Please sign in to comment.