From 37e35741030d8f6655bcd7589bd1724c882a6e4e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 28 Jan 2023 18:15:26 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/florianbepunkt/timeline/compare/v1.0.2...v1.0.3) (2023-01-28) ### Bug Fixes * gh release ([4c51d7a](https://github.com/florianbepunkt/timeline/commit/4c51d7ac34681604fb40cea17f79b68d5ab89825)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cffa68..fe39ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/florianbepunkt/timeline/compare/v1.0.2...v1.0.3) (2023-01-28) + + +### Bug Fixes + +* gh release ([4c51d7a](https://github.com/florianbepunkt/timeline/commit/4c51d7ac34681604fb40cea17f79b68d5ab89825)) + ## [1.0.2](https://github.com/florianbepunkt/timeline/compare/v1.0.1...v1.0.2) (2023-01-28) diff --git a/package.json b/package.json index 1879ddc..ccce6c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florianbepunkt/timeline", - "version": "1.0.2", + "version": "1.0.3", "description": "An event timeline for React", "type": "module", "module": "dist/index.js",