From 9190a21c72504b8c123b6a3f4a3cc03871cc3b61 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Tue, 21 May 2024 10:39:12 +0200 Subject: [PATCH] chore(main): release 6.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 007abe2..f660a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.0](https://github.com/image-js/tiff/compare/v6.0.0...v6.1.0) (2024-05-21) + + +### Features + +* export map of tag ids to names ([#53](https://github.com/image-js/tiff/issues/53)) ([9774e80](https://github.com/image-js/tiff/commit/9774e80c7d9d9d9db4fc05795701ec20961ad46d)) + ## [6.0.0](https://github.com/image-js/tiff/compare/v5.0.3...v6.0.0) (2024-04-08) diff --git a/package.json b/package.json index a84b236..d88c8b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tiff", - "version": "6.0.0", + "version": "6.1.0", "description": "TIFF image decoder written entirely in JavaScript", "main": "lib/index.js", "module": "lib-esm/index.js",