diff --git a/CHANGELOG.md b/CHANGELOG.md index b20518a..25426d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/openscript-ch/react-alternating-timeline/compare/v2.0.0...v2.0.1) (2023-05-24) + + +### Bug Fixes + +* reposition items on height changes [2a536d7](https://github.com/openscript-ch/react-alternating-timeline/commit/2a536d71f09563a1fa0a6d1aa17bd8cd09b5cc32) + ## [2.0.0](https://github.com/openscript-ch/react-alternating-timeline/compare/v1.0.1...v2.0.0) (2023-05-04) diff --git a/package-lock.json b/package-lock.json index ee27886..9d1eae5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-alternating-timeline", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-alternating-timeline", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.5", diff --git a/package.json b/package.json index 956708a..ed3847c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-alternating-timeline", - "version": "2.0.0", + "version": "2.0.1", "description": "A React component library starter with Storybook, Vite and Typescript.", "keywords": [ "react",