From 432a04c75537bf006c1f0ec8f84814d2b0e55fac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Jan 2023 14:07:16 +0000 Subject: [PATCH] chore(release): 1.0.5 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",