From 8958782a39ac24a5d13e5b2aaf95488f6b9e87df Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Sun, 15 Jun 2025 10:36:29 +0200 Subject: [PATCH] chore(main): release 6.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9f25e..1dfb316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [6.0.0](https://github.com/image-js/iobuffer/compare/v5.4.0...v6.0.0) (2025-06-15) + + +### ⚠ BREAKING CHANGES + +* migrate to ESM ([#78](https://github.com/image-js/iobuffer/issues/78)) + +### Bug Fixes + +* expose types related to public APIs ([#82](https://github.com/image-js/iobuffer/issues/82)) ([b2896f5](https://github.com/image-js/iobuffer/commit/b2896f5bbe7ba12888d3e9ec0a2e29c23f7efba3)) + + +### Code Refactoring + +* migrate to ESM ([#78](https://github.com/image-js/iobuffer/issues/78)) ([a682490](https://github.com/image-js/iobuffer/commit/a68249096b6d4d5fcbcb515152f9a08c940c127a)) + ## [5.4.0](https://github.com/image-js/iobuffer/compare/v5.3.2...v5.4.0) (2025-03-04) diff --git a/package.json b/package.json index c3b5c53..1548eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobuffer", - "version": "5.4.0", + "version": "6.0.0", "license": "MIT", "description": "Read and write binary data on ArrayBuffers", "author": "Michaël Zasso",