Skip to content

Commit b373ced

Browse files
authored
Merge pull request #270 from magjac/release-v1.0.0
Release v1.0.0
2 parents 410a867 + 5bc288c commit b373ced

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+
## [1.0.0] - 2024-01-21
10+
911
### Added
1012
* Show graph in fullscreen mode by clicking the fullscreen button or pressing the 'f' key in the graph.
1113
* Editor search box. Opens with Ctrl-F.
@@ -180,7 +182,8 @@ Never released
180182
* Keyboard shortcuts
181183
* Mouse interactions
182184

183-
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.5...HEAD
185+
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v1.0.0...HEAD
186+
[1.0.0]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.5...v1.0.0
184187
[0.6.5]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.4...v0.6.5
185188
[0.6.4]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.3...v0.6.4
186189
[0.6.3]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.1...v0.6.3

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": "graphviz-visual-editor",
3-
"version": "0.6.5",
3+
"version": "1.0.0",
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)