diff --git a/CHANGELOG.md b/CHANGELOG.md index cba9921b..ef62e74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [2.1.5](https://github.com/PrefectHQ/graphs/compare/2.1.4...2.1.5) +#### [2.1.6](https://github.com/PrefectHQ/graphs/compare/2.1.5...2.1.6) + +- Terminate workers when not in use [`#327`](https://github.com/PrefectHQ/graphs/pull/327) +- remove subflow toggle filter for performance [`#326`](https://github.com/PrefectHQ/graphs/pull/326) +- Make the data refresh interval based on the number of nodes [`#325`](https://github.com/PrefectHQ/graphs/pull/325) +- Remove state name [`#324`](https://github.com/PrefectHQ/graphs/pull/324) + +#### [2.1.5](https://github.com/PrefectHQ/graphs/compare/v2.1.5...2.1.5) + +> 8 November 2023 + +- Reset the settings on stop [`#323`](https://github.com/PrefectHQ/graphs/pull/323) + +#### [v2.1.5](https://github.com/PrefectHQ/graphs/compare/2.1.4...v2.1.5) + +> 8 November 2023 #### [2.1.4](https://github.com/PrefectHQ/graphs/compare/v2.1.4...2.1.4) diff --git a/package-lock.json b/package-lock.json index cac40fcb..470f0bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@prefecthq/graphs", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@prefecthq/graphs", - "version": "2.1.5", + "version": "2.1.6", "license": "ISC", "dependencies": { "@pixi-essentials/cull": "2.0.0", diff --git a/package.json b/package.json index 0d475c60..8878e315 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@prefecthq/graphs", "private": false, - "version": "2.1.5", + "version": "2.1.6", "description": "Large scale graphs designed for Prefect", "scripts": { "serve": "vite --host --mode=demo",