Skip to content

Commit d32e81c

Browse files
authored
Merge pull request #266 from magjac/release-5.0.1
Release 5.0.1
2 parents 2df0d3a + d0651e5 commit d32e81c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [5.0.1] – 2022-12-27
10+
911
### Fixed
1012
* Failed to resolve entry for package "d3-graphviz" #263
1113

@@ -159,7 +161,8 @@ issue](https://github.com/d3/d3/issues/3469).
159161
## 2.x & 1.x
160162
See the [release notes](https://github.com/magjac/d3-graphviz/releases).
161163

162-
[Unreleased]: https://github.com/magjac/d3-graphviz/compare/v5.0.0...HEAD
164+
[Unreleased]: https://github.com/magjac/d3-graphviz/compare/v5.0.1...HEAD
165+
[5.0.1]: https://github.com/magjac/d3-graphviz/compare/v5.0.0...v5.0.1
163166
[5.0.0]: https://github.com/magjac/d3-graphviz/compare/v4.5.0...v5.0.0
164167
[4.5.0]: https://github.com/magjac/d3-graphviz/compare/v4.4.0...v4.5.0
165168
[4.4.0]: https://github.com/magjac/d3-graphviz/compare/v4.3.0...v4.4.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "d3-graphviz",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Graphviz DOT rendering and animated transitions for D3",
55
"keywords": [
66
"d3",

0 commit comments

Comments
 (0)