diff --git a/CHANGELOG.md b/CHANGELOG.md index 098725b..02edfdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.7](https://github.com/wickedest/Mergely/compare/v5.4.6...v5.4.7) (2026-02-28) + + +### Bug Fixes + +* **#228:** Fixes issue where a single scroll event would cause multiple updates and calculate view placement incorrectly ([9834f09](https://github.com/wickedest/Mergely/commit/9834f0964abeac88a4af83cde40b1deb29b8fe5d)) + ## [5.4.6](https://github.com/wickedest/Mergely/compare/v5.4.5...v5.4.6) (2026-02-24) diff --git a/package-lock.json b/package-lock.json index 91235b4..19b1a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mergely", - "version": "5.4.6", + "version": "5.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mergely", - "version": "5.4.6", + "version": "5.4.7", "license": "(GPL-3.0 OR LGPL-3.0 OR MPL-1.1 OR SEE LICENSE IN LICENSE)", "devDependencies": { "@babel/core": "^7.1.6", diff --git a/package.json b/package.json index e017a57..a6dc996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mergely", - "version": "5.4.6", + "version": "5.4.7", "description": "A javascript UI for diff/merge", "license": "(GPL-3.0 OR LGPL-3.0 OR MPL-1.1 OR SEE LICENSE IN LICENSE)", "author": {