Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Aug 8, 2023
1 parent 61e55c8 commit ddd08b8
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
@@ -1,3 +1,10 @@
# 4.12.0 - 8/8/23
- [feature] add ability to override node positions
- [feature] add custom layout option
- [fix] improve cluster positioning
- [fix] fix large edge code not accept font url
- [chore] move to npm

# 4.11.1 - 7/26/23
- [fix] fix cluster fill issue

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reagraph",
"version": "4.11.1",
"version": "4.12.0",
"description": "WebGL Node-based Graph for React",
"scripts": {
"build": "vite build --mode library",
Expand Down

0 comments on commit ddd08b8

Please sign in to comment.