diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c9b81..b0cc60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## [`main`](https://github.com/walterra/d3-milestones/tree/main) -No public interface changes since `v1.3.0`. +No public interface changes since `v1.4.0`. + +## [`v1.4.0`](https://github.com/walterra/d3-milestones/tree/v1.4.0) + +- Support for custom styles for text elements. ([#11](https://github.com/walterra/d3-milestones/issues/11)) ## [`v1.3.0`](https://github.com/walterra/d3-milestones/tree/v1.3.0) diff --git a/package.json b/package.json index e4934c4..535dc1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3-milestones", - "version": "1.3.0", + "version": "1.4.0", "description": "A d3 based timeline visualization.", "keywords": [ "d3", diff --git a/src/stories/assets/milestones.json b/src/stories/assets/milestones.json index facfada..63f3dc8 100644 --- a/src/stories/assets/milestones.json +++ b/src/stories/assets/milestones.json @@ -113,5 +113,10 @@ "timestamp":"2022-07-05T00:00", "detail":"v1.3.0", "giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.3.0" - } + }, + { + "timestamp":"2022-07-05T00:00", + "detail":"v1.4.0", + "giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.4.0" + } ]