diff --git a/CHANGELOG.md b/CHANGELOG.md index bf514af..97c03ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.5](https://github.com/florianbepunkt/timeline/compare/v1.0.4...v1.0.5) (2023-01-30) + + +### Bug Fixes + +* css bug item title overflow ([8f6069e](https://github.com/florianbepunkt/timeline/commit/8f6069ed9899d1ca9e30035e9a878db3ae253eac)) + ## [1.0.4](https://github.com/florianbepunkt/timeline/compare/v1.0.3...v1.0.4) (2023-01-29) diff --git a/package.json b/package.json index a44beef..e0b9d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florianbepunkt/timeline", - "version": "1.0.4", + "version": "1.0.5", "description": "An event timeline for React", "type": "module", "module": "dist/index.js",