Skip to content

Commit d48c7ac

Browse files
authored
Merge pull request #291 from magjac/release-v1.2.0
Release v1.2.0
2 parents a62e56c + b31f67d commit d48c7ac

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.2.0] - 2024-05-25
10+
911
### Changed
1012
* Updated [Graphviz](https://graphviz.org/) from version
1113
[10.0.1](https://gitlab.com/graphviz/graphviz/-/blob/main/CHANGELOG.md#1001--2024-02-11)
@@ -211,7 +213,8 @@ Never released
211213
* Keyboard shortcuts
212214
* Mouse interactions
213215

214-
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v1.1.0...HEAD
216+
[Unreleased]: https://github.com/magjac/graphviz-visual-editor/compare/v1.2.0...HEAD
217+
[1.2.0]: https://github.com/magjac/graphviz-visual-editor/compare/v1.1.0...v1.2.0
215218
[1.1.0]: https://github.com/magjac/graphviz-visual-editor/compare/v1.0.0...v1.1.0
216219
[1.0.0]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.5...v1.0.0
217220
[0.6.5]: https://github.com/magjac/graphviz-visual-editor/compare/v0.6.4...v0.6.5

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