diff --git a/CHANGELOG.md b/CHANGELOG.md index 499761d..b20518a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/openscript-ch/react-alternating-timeline/compare/v1.0.1...v2.0.0) (2023-05-04) + + +### ⚠ BREAKING CHANGES + +* position items without absolute styling + +### Code Refactoring + +* position items without absolute styling ([afb9dd9](https://github.com/openscript-ch/react-alternating-timeline/commit/afb9dd91f2f6a3afce988994063163eaedf8748a)) + ## [1.0.1](https://github.com/openscript-ch/react-alternating-timeline/compare/v1.0.0...v1.0.1) (2023-02-09) diff --git a/package-lock.json b/package-lock.json index a23c43f..659869d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-alternating-timeline", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-alternating-timeline", - "version": "1.0.1", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.5", diff --git a/package.json b/package.json index 4bd8665..956708a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-alternating-timeline", - "version": "1.0.1", + "version": "2.0.0", "description": "A React component library starter with Storybook, Vite and Typescript.", "keywords": [ "react",