diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef18bc..7e799f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.2](https://github.com/achingbrain/uint8arrays/compare/v4.0.1...v4.0.2) (2022-10-12) + + +### Bug Fixes + +* update exports map paths ([#41](https://github.com/achingbrain/uint8arrays/issues/41)) ([4e78d9e](https://github.com/achingbrain/uint8arrays/commit/4e78d9e37d49bea4f0064f3ad9025febbf1584b2)) + ## [4.0.1](https://github.com/achingbrain/uint8arrays/compare/v4.0.0...v4.0.1) (2022-10-12) diff --git a/package.json b/package.json index 78a4439..3f92a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uint8arrays", - "version": "4.0.1", + "version": "4.0.2", "description": "Utility functions to make dealing with Uint8Arrays easier", "author": "Alex Potsides ", "license": "Apache-2.0 OR MIT",