Skip to content

Commit 59f5156

Browse files
committed
Add version 3.1.0 to CHANGELOG
1 parent 60ac185 commit 59f5156

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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+
## [3.1.0]
10+
911
### Added
1012
* New option *useSharedWorker* that enables the use of a [shared web worker](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker). The default is still to use a [dedicated web worker](https://developer.mozilla.org/en-US/docs/Web/API/Worker).
1113
* New method [*graphviz*.**destroy**()](README.md#graphviz_destroy) to remove the Graphviz render from the element it was created on and release any resources it is holding.
@@ -70,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7072
## 2.x & 1.x
7173
See the [release notes](https://github.com/magjac/d3-graphviz/releases).
7274

73-
[Unreleased]: https://github.com/magjac/d3-graphviz/compare/v3.0.6...HEAD
75+
[Unreleased]: https://github.com/magjac/d3-graphviz/compare/v3.1.0...HEAD
76+
[3.1.0]: https://github.com/magjac/d3-graphviz/compare/v3.0.6...v3.1.0
7477
[3.0.6]: https://github.com/magjac/d3-graphviz/compare/v3.0.5...v3.0.6
7578
[3.0.5]: https://github.com/magjac/d3-graphviz/compare/v3.0.4...v3.0.5
7679
[3.0.4]: https://github.com/magjac/d3-graphviz/compare/v3.0.3...v3.0.4

0 commit comments

Comments
 (0)