diff --git a/CHANGELOG.md b/CHANGELOG.md index af76f339b..dc3d5072c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [7.2.0](https://github.com/nolimits4web/Swiper/compare/v7.1.0...v7.2.0) (2021-10-27) + +### Features + +- add "main" and "module" package fields ([f228391](https://github.com/nolimits4web/Swiper/commit/f22839168622ceeb878a7345c2d5f9c4510e2e43)) +- update dom7 and ssr-window to latest ([7d45076](https://github.com/nolimits4web/Swiper/commit/7d45076cade7e437fcbacfc4153d910dc481470c)) + # [7.1.0](https://github.com/nolimits4web/Swiper/compare/v7.0.9...v7.1.0) (2021-10-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a0955e9ca..4ff0c5c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swiper-src", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "swiper-src", - "version": "7.1.0", + "version": "7.2.0", "funding": [ { "type": "patreon", diff --git a/package.json b/package.json index 53914a0ad..1ede22bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swiper-src", - "version": "7.1.0", + "version": "7.2.0", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "scripts": { "build": "node scripts/build", diff --git a/src/copy/package.json b/src/copy/package.json index f655e883f..6138aae24 100644 --- a/src/copy/package.json +++ b/src/copy/package.json @@ -1,6 +1,6 @@ { "name": "swiper", - "version": "7.1.0", + "version": "7.2.0", "description": "Most modern mobile touch slider and framework with hardware accelerated transitions", "typings": "swiper.d.ts", "type": "module",