Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.1.1...v4.0.0) (2019-10-30)

### Features

* use rollup refactor project ([e3c5ce3](e3c5ce3))

### BREAKING CHANGES

* Use rollup refactor project. Support esm module.
  • Loading branch information
semantic-release-bot committed Oct 30, 2019
1 parent e3c5ce3 commit f78310c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [4.0.0](https://github.com/cycjimmy/swiper-animation/compare/v3.1.1...v4.0.0) (2019-10-30)


### Features

* use rollup refactor project ([e3c5ce3](https://github.com/cycjimmy/swiper-animation/commit/e3c5ce30008866b83bd7fcac37302d2e4b6337a6))


### BREAKING CHANGES

* Use rollup refactor project. Support esm module.

## [3.1.1](https://github.com/cycjimmy/swiper-animation/compare/v3.1.0...v3.1.1) (2019-10-24)


Expand Down
2 changes: 1 addition & 1 deletion 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": "3.1.1",
"version": "4.0.0",
"description": "Easier way to run animations on swiper.",
"main": "dist/swiper-animation.cjs.js",
"module": "dist/swiper-animation.esm.js",
Expand Down

0 comments on commit f78310c

Please sign in to comment.