diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0b7a0..8fe6e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [4.0.10](https://github.com/achingbrain/uint8arrays/compare/v4.0.9...v4.0.10) (2023-12-07) + + +### Bug Fixes + +* revert use of buffer.concat on node.js ([#75](https://github.com/achingbrain/uint8arrays/issues/75)) ([bf6d760](https://github.com/achingbrain/uint8arrays/commit/bf6d7603b88be240dff95da2694d06a2f6392186)) + + +### Trivial Changes + +* rename master to main ([3d5f87d](https://github.com/achingbrain/uint8arrays/commit/3d5f87dcef8abe0b7d85fb0eb7d1eedc989bb08d)) + ## [4.0.9](https://github.com/achingbrain/uint8arrays/compare/v4.0.8...v4.0.9) (2023-11-24) diff --git a/package.json b/package.json index ee11c33..b75a184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "4.0.9", + "version": "4.0.10", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",