From cb6dd8b1c47708d7c1c8015127cd1920d0705765 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Jan 2023 15:50:48 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/florianbepunkt/timeline/compare/v1.0.3...v1.0.4) (2023-01-29) ### Bug Fixes * for release ([e400a4b](https://github.com/florianbepunkt/timeline/commit/e400a4b9b4020d7528ff41ed1db54a931b1167ac)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe39ad7..bf514af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.4](https://github.com/florianbepunkt/timeline/compare/v1.0.3...v1.0.4) (2023-01-29) + + +### Bug Fixes + +* for release ([e400a4b](https://github.com/florianbepunkt/timeline/commit/e400a4b9b4020d7528ff41ed1db54a931b1167ac)) + ## [1.0.3](https://github.com/florianbepunkt/timeline/compare/v1.0.2...v1.0.3) (2023-01-28) diff --git a/package.json b/package.json index ccce6c8..a44beef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florianbepunkt/timeline", - "version": "1.0.3", + "version": "1.0.4", "description": "An event timeline for React", "type": "module", "module": "dist/index.js",