From 81b931da47fd28ac7e44b59c06fc11f1b30ae80f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 13 Aug 2023 12:35:03 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/florianbepunkt/timeline/compare/v1.0.5...v1.0.6) (2023-08-13) ### Bug Fixes * **deps:** update dependency ts-pattern to v5 ([92ae091](https://github.com/florianbepunkt/timeline/commit/92ae0910e4ad085b6b1d69d68a3ae5c8152fb3f3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97c03ce..926a778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.6](https://github.com/florianbepunkt/timeline/compare/v1.0.5...v1.0.6) (2023-08-13) + + +### Bug Fixes + +* **deps:** update dependency ts-pattern to v5 ([92ae091](https://github.com/florianbepunkt/timeline/commit/92ae0910e4ad085b6b1d69d68a3ae5c8152fb3f3)) + ## [1.0.5](https://github.com/florianbepunkt/timeline/compare/v1.0.4...v1.0.5) (2023-01-30) diff --git a/package.json b/package.json index cd6d8d3..5936eb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@florianbepunkt/timeline", - "version": "1.0.5", + "version": "1.0.6", "description": "An event timeline for React", "type": "module", "module": "dist/index.js",