Skip to content

Commit 21a1f57

Browse files
authored
Merge pull request #268 from magjac/release-5.0.2
Release 5.0.2
2 parents 493e149 + 3c96187 commit 21a1f57

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.2] – 2022-12-27
10+
911
### Fixed
1012
* Failed to resolve entry for package "d3-graphviz" #263
1113

@@ -164,7 +166,8 @@ issue](https://github.com/d3/d3/issues/3469).
164166
## 2.x & 1.x
165167
See the [release notes](https://github.com/magjac/d3-graphviz/releases).
166168

167-
[Unreleased]: https://github.com/magjac/d3-graphviz/compare/v5.0.1...HEAD
169+
[Unreleased]: https://github.com/magjac/d3-graphviz/compare/v5.0.2...HEAD
170+
[5.0.2]: https://github.com/magjac/d3-graphviz/compare/v5.0.1...v5.0.2
168171
[5.0.1]: https://github.com/magjac/d3-graphviz/compare/v5.0.0...v5.0.1
169172
[5.0.0]: https://github.com/magjac/d3-graphviz/compare/v4.5.0...v5.0.0
170173
[4.5.0]: https://github.com/magjac/d3-graphviz/compare/v4.4.0...v4.5.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.1",
3+
"version": "5.0.2",
44
"description": "Graphviz DOT rendering and animated transitions for D3",
55
"keywords": [
66
"d3",

0 commit comments

Comments
 (0)