diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b8d89a..cd96dab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 0b024003..1bfce906 100644 --- a/package.json +++ b/package.json @@ -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",