From b5cafa8164f1a801a7afbb6ee8e05eda0b5a23d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Sep 2022 09:25:52 +0000 Subject: [PATCH] release: 1.5.3 [skip ci] ## [1.5.3](https://github.com/hongfaqiu/geo-timeline/compare/v1.5.2...v1.5.3) (2022-09-09) ### Bug Fixes * initial without transition ([28316a7](https://github.com/hongfaqiu/geo-timeline/commit/28316a786fba7a269ec3ef28df330c622d2f5192)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f349f40..12ba3c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.5.3](https://github.com/hongfaqiu/geo-timeline/compare/v1.5.2...v1.5.3) (2022-09-09) + + +### Bug Fixes + +* initial without transition ([28316a7](https://github.com/hongfaqiu/geo-timeline/commit/28316a786fba7a269ec3ef28df330c622d2f5192)) + ## [1.5.2](https://github.com/hongfaqiu/geo-timeline/compare/v1.5.1...v1.5.2) (2022-09-09) diff --git a/package.json b/package.json index daffc8c..930da2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zjugis/geo-timeline", - "version": "1.5.2", + "version": "1.5.3", "packageManager": "pnpm@7.11.0", "description": "A D3.js-based geologic time line", "type": "module",