Skip to content

Commit

Permalink
Bump version to v1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jul 6, 2022
1 parent a25b41a commit 9990b3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-milestones",
"version": "1.4.1",
"version": "1.4.2",
"description": "A d3 based timeline visualization.",
"keywords": [
"d3",
Expand Down
5 changes: 5 additions & 0 deletions src/stories/assets/milestones.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 9990b3f

Please sign in to comment.