Skip to content

Commit

Permalink
Bump version to v1.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Jan 5, 2023
1 parent da77577 commit 1ddec61
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.4`.
No public interface changes since `v1.4.5`.

## [`v1.4.5`](https://github.com/walterra/d3-milestones/tree/v1.4.5)

- Update .nvmrc to 16.16 (da77577).

## [`v1.4.4`](https://github.com/walterra/d3-milestones/tree/v1.4.4)

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.4",
"version": "1.4.5",
"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 @@ -138,5 +138,10 @@
"timestamp":"2023-01-05T00:00",
"detail":"v1.4.4",
"giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.4.4"
},
{
"timestamp":"2023-01-05T00:00",
"detail":"v1.4.5",
"giturl":"https://github.com/walterra/d3-milestones/releases/tag/v1.4.5"
}
]

0 comments on commit 1ddec61

Please sign in to comment.