From da1731554715156055eaec5687ba9364c07b0978 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 17 Nov 2019 14:31:00 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/cycjimmy/swiper-animation/compare/v4.0.0...v4.0.1) (2019-11-17) ### Performance Improvements * remove unnecessary cleanups ([c1cdb43](https://github.com/cycjimmy/swiper-animation/commit/c1cdb4325e04fe259ba470ba1587a50b1a390dc5)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f7cc131..48b9feb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/cycjimmy/swiper-animation/compare/v4.0.0...v4.0.1) (2019-11-17) + + +### Performance Improvements + +* remove unnecessary cleanups ([c1cdb43](https://github.com/cycjimmy/swiper-animation/commit/c1cdb4325e04fe259ba470ba1587a50b1a390dc5)) + # [4.0.0](https://github.com/cycjimmy/swiper-animation/compare/v3.1.1...v4.0.0) (2019-10-30) diff --git a/package-lock.json b/package-lock.json index 7c2e946..d3e5caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/swiper-animation", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ac6e3cb..643386f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/swiper-animation", - "version": "4.0.0", + "version": "4.0.1", "description": "Easier way to run animations on swiper.", "main": "dist/swiper-animation.cjs.js", "module": "dist/swiper-animation.esm.js",