From 7aa18fe5688f2ba10ba596178af3b74f6e197beb Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:13:33 +0200 Subject: [PATCH] chore(main): release 7.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",