diff --git a/CHANGELOG.md b/CHANGELOG.md index 4656d10..d17e183 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.4.1`. +No public interface changes since `v1.4.2`. + +## [`v1.4.2`](https://github.com/walterra/d3-milestones/tree/v1.4.2) + +- Fix `autoResize` if passed in `selector` is already an element and not just a string. (a25b41a) ## [`v1.4.1`](https://github.com/walterra/d3-milestones/tree/v1.4.1) diff --git a/package.json b/package.json index 9926e2b..79bc802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3-milestones", - "version": "1.4.1", + "version": "1.4.2", "description": "A d3 based timeline visualization.", "keywords": [ "d3", diff --git a/src/stories/assets/milestones.json b/src/stories/assets/milestones.json index d890a6b..333bc15 100644 --- a/src/stories/assets/milestones.json +++ b/src/stories/assets/milestones.json @@ -123,5 +123,10 @@ "timestamp":"2022-07-06T00:00", "detail":"v1.4.1", "giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.4.1" + }, + { + "timestamp":"2022-07-06T00:00", + "detail":"v1.4.2", + "giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.4.2" } ]