Skip to content

Commit

Permalink
update to package .json
Browse files Browse the repository at this point in the history
  • Loading branch information
Doppelkeks committed Mar 11, 2023
1 parent e48b416 commit 80b62f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fixed case where a group would not be drawn/ appear correctly
- fixed group label being cut off

## [0.2.2] - 2023-03-11
### Added
- added a context menu when dropping an edge into empty space
### Fixed
- Fixed port lists that could become unresponsive
- fixed possible null ref in managed references group handling

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.gentlymad.newgraph",
"version": "0.2.1",
"version": "0.2.2",
"displayName": "NewGraph",
"description": "Our general node graph solution. This is build upon the idea to visualize complex data structures as graph networks without having to modify already established data classes, except adding [Node], [Port] and [SerializeReference] attributes to call classes that should show in the Graph View.",
"unity": "2022.2",
Expand Down

0 comments on commit 80b62f4

Please sign in to comment.