Skip to content

Commit

Permalink
Merge pull request #203 from magjac/release-v0.6.5
Browse files Browse the repository at this point in the history
Release v0.6.5
  • Loading branch information
magjac committed Feb 24, 2022
2 parents 344bdd0 + 72c4869 commit c8eb1ba
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.5] - 2022-02-24

### Changed
* Add a snackbar add a Snackbar showing when the application has been updated and if the underlying Graphviz version has been updated or not.
* Make the version in the about dialog a link to the version in CHANGELOG.md.
* Upgrade d3-graphviz to version 4.1.0 (Graphviz 2.50.0)
* Bundle @hpcc-js/wasm instead of loading from unpkg
* 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.
* Added "Export as SVG" to main menu (thanks @pRizz).

## [0.6.4] - 2020-04-29
Expand Down Expand Up @@ -163,7 +165,8 @@ Never released
* Keyboard shortcuts
* Mouse interactions

[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.4...HEAD
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.5...HEAD
[0.6.5]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.4...v0.6.5
[0.6.4]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.3...v0.6.4
[0.6.3]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.1...v0.6.3
[0.6.1]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.0...v0.6.1
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphviz-visual-editor",
"version": "0.6.5-alpha.1",
"version": "0.6.5",
"description": "A web application for interactive visual editing of Graphviz graphs described in the DOT language",
"keywords": [
"Graphviz",
Expand Down

0 comments on commit c8eb1ba

Please sign in to comment.