Skip to content

Commit 4578491

Browse files
authored
chore(main): release 7.1.0 (#71)
1 parent f101c2b commit 4578491

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.1.0](https://github.com/image-js/tiff/compare/v7.0.0...v7.1.0) (2025-07-23)
4+
5+
6+
### Features
7+
8+
* add support for 1 bit depth bw files ([#73](https://github.com/image-js/tiff/issues/73)) ([f101c2b](https://github.com/image-js/tiff/commit/f101c2b477c92fd2c4542b5a2452ed4cc5361a65))
9+
10+
11+
### Performance Improvements
12+
13+
* improve performance of data decoding ([#70](https://github.com/image-js/tiff/issues/70)) ([be54e07](https://github.com/image-js/tiff/commit/be54e0790216b87b269dbcfe4671c48ac512d465))
14+
315
## [7.0.0](https://github.com/image-js/tiff/compare/v6.2.0...v7.0.0) (2025-06-15)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiff",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"license": "MIT",
55
"description": "TIFF image decoder written entirely in JavaScript",
66
"author": "Michaël Zasso",

0 commit comments

Comments
 (0)