diff --git a/CHANGELOG.md b/CHANGELOG.md index aec9d71b..4354860a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.2](https://github.com/gravity-ui/graph/compare/v1.11.1...v1.11.2) (2026-07-01) + + +### Bug Fixes + +* **connections:** guard isPointInStroke before graph initialization ([#307](https://github.com/gravity-ui/graph/issues/307)) ([ddc252a](https://github.com/gravity-ui/graph/commit/ddc252a880e9cc7a73243ca33f509af62cb1eedb)) + ## [1.11.1](https://github.com/gravity-ui/graph/compare/v1.11.0...v1.11.1) (2026-06-29) diff --git a/package-lock.json b/package-lock.json index fc7b8dc3..9c757d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gravity-ui/graph", - "version": "1.11.1", + "version": "1.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gravity-ui/graph", - "version": "1.11.1", + "version": "1.11.2", "license": "MIT", "dependencies": { "@preact/signals-core": "^1.12.2", diff --git a/package.json b/package.json index 8dad6a8a..ce76648b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gravity-ui/graph", - "version": "1.11.1", + "version": "1.11.2", "description": "Modern graph editor component", "main": "build/index.js", "module": "build/index.js",