From f0980e1af1a6d7efd46b00f8f36c13d09cf87315 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 26 Mar 2022 13:47:25 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [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)) --- docs/CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 76c9f5a..a5278bb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 4711977..5e20fef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cycjimmy/swiper-animation", - "version": "6.0.0", + "version": "6.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cycjimmy/swiper-animation", - "version": "6.0.0", + "version": "6.0.1", "license": "MIT", "dependencies": { "@cycjimmy/awesome-js-funcs": "^4.0.8" diff --git a/package.json b/package.json index d65f99c..88ace03 100644 --- a/package.json +++ b/package.json @@ -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",