diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..92dc383 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## [1.0.0](https://github.com/phaux/react-scroll-snapper/compare/v0.1.0...v1.0.0) (2025-02-01) + + +### ⚠ BREAKING CHANGES + +* update exports + +### Features + +* simplify ([#50](https://github.com/phaux/react-scroll-snapper/issues/50)) ([790bf2e](https://github.com/phaux/react-scroll-snapper/commit/790bf2ee2e248e3594154bb8e71b23704d178219)) + + +### Miscellaneous Chores + +* update exports ([1a75b89](https://github.com/phaux/react-scroll-snapper/commit/1a75b897215d6c5a412a94d305728c3679bd0d5a)) diff --git a/package-lock.json b/package-lock.json index b6bc07a..dcdc7d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-scroll-snapper", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-scroll-snapper", - "version": "0.1.0", + "version": "1.0.0", "license": "ISC", "devDependencies": { "@types/react": "^18.2.65", diff --git a/package.json b/package.json index a74f9f7..bfbd339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-snapper", - "version": "0.1.0", + "version": "1.0.0", "description": "Swipeable views for React using CSS scroll snap", "keywords": [ "swipe",