diff --git a/CHANGELOG.md b/CHANGELOG.md index 5189a21..d3c9b81 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.2.2`. +No public interface changes since `v1.3.0`. + +## [`v1.3.0`](https://github.com/walterra/d3-milestones/tree/v1.3.0) + +- Expose option `urlTarget` to be able to set the `target` attribute when labels are rendered as links. ([#44](https://github.com/walterra/d3-milestones/issues/44)) ## [`v1.2.2`](https://github.com/walterra/d3-milestones/tree/v1.2.2) diff --git a/package.json b/package.json index 3bb8fce..e4934c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3-milestones", - "version": "1.2.2", + "version": "1.3.0", "description": "A d3 based timeline visualization.", "keywords": [ "d3", diff --git a/src/stories/assets/milestones.json b/src/stories/assets/milestones.json index 53f8f8b..facfada 100644 --- a/src/stories/assets/milestones.json +++ b/src/stories/assets/milestones.json @@ -108,5 +108,10 @@ "timestamp":"2021-12-30T00:00", "detail":"v1.2.2", "giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.2.2" + }, + { + "timestamp":"2022-07-05T00:00", + "detail":"v1.3.0", + "giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.3.0" } ]