diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b35245..b60fd2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.1.2](https://github.com/image-js/tiff/compare/v7.1.1...v7.1.2) (2025-10-07) + + +### Bug Fixes + +* fix bug with rowsPerStrip ([#79](https://github.com/image-js/tiff/issues/79)) ([7abbe97](https://github.com/image-js/tiff/commit/7abbe97dcba8ffcc581977c512bfeaeca000a79d)) + ## [7.1.1](https://github.com/image-js/tiff/compare/v7.1.0...v7.1.1) (2025-08-13) diff --git a/package.json b/package.json index af97e60..90615f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiff", - "version": "7.1.1", + "version": "7.1.2", "license": "MIT", "description": "TIFF image decoder written entirely in JavaScript", "author": "Michaƫl Zasso",