Skip to content

Commit c8eb1ba

Browse files
authored
Merge pull request #203 from magjac/release-v0.6.5
Release v0.6.5
2 parents 344bdd0 + 72c4869 commit c8eb1ba

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.5] - 2022-02-24
10+
911
### Changed
1012
* Add a snackbar add a Snackbar showing when the application has been updated and if the underlying Graphviz version has been updated or not.
1113
* Make the version in the about dialog a link to the version in CHANGELOG.md.
14+
* Upgrade d3-graphviz to version 4.1.0 (Graphviz 2.50.0)
1215
* Bundle @hpcc-js/wasm instead of loading from unpkg
13-
* Upgraded d3-graphviz to version 3.0.6, thereby upgrading @hpcc-js-/wasm to version 0.3.13, thereby upgrading Graphviz to version 2.44.0.
1416
* Added "Export as SVG" to main menu (thanks @pRizz).
1517

1618
## [0.6.4] - 2020-04-29
@@ -163,7 +165,8 @@ Never released
163165
* Keyboard shortcuts
164166
* Mouse interactions
165167

166-
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.4...HEAD
168+
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.5...HEAD
169+
[0.6.5]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.4...v0.6.5
167170
[0.6.4]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.3...v0.6.4
168171
[0.6.3]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.1...v0.6.3
169172
[0.6.1]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.0...v0.6.1

package-lock.json

Lines changed: 3 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": "graphviz-visual-editor",
3-
"version": "0.6.5-alpha.1",
3+
"version": "0.6.5",
44
"description": "A web application for interactive visual editing of Graphviz graphs described in the DOT language",
55
"keywords": [
66
"Graphviz",

0 commit comments

Comments
 (0)