Skip to content

Commit 6766bea

Browse files
authored
Merge pull request #279 from magjac/release-v1.1.0
Release v1.1.0
2 parents 6d5332d + 9971e85 commit 6766bea

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.1.0] - 2024-02-11
10+
911
### Changed
1012
* Updated [Graphviz](https://graphviz.org/) from version
1113
[9.0.0](https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md?ref_type=heads#900-2023-09-11)
@@ -196,7 +198,8 @@ Never released
196198
* Keyboard shortcuts
197199
* Mouse interactions
198200

199-
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v1.0.0...HEAD
201+
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v1.1.0...HEAD
202+
[1.1.0]: https://github.com/magjac/graphviz-visual-editor/compare/v1.0.0...v1.1.0
200203
[1.0.0]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.5...v1.0.0
201204
[0.6.5]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.4...v0.6.5
202205
[0.6.4]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.3...v0.6.4

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": "1.0.0",
3+
"version": "1.1.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)