We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e78d9e commit 4264165Copy full SHA for 4264165
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.0.2](https://github.com/achingbrain/uint8arrays/compare/v4.0.1...v4.0.2) (2022-10-12)
2
+
3
4
+### Bug Fixes
5
6
+* update exports map paths ([#41](https://github.com/achingbrain/uint8arrays/issues/41)) ([4e78d9e](https://github.com/achingbrain/uint8arrays/commit/4e78d9e37d49bea4f0064f3ad9025febbf1584b2))
7
8
## [4.0.1](https://github.com/achingbrain/uint8arrays/compare/v4.0.0...v4.0.1) (2022-10-12)
9
10
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 <[email protected]>",
"license": "Apache-2.0 OR MIT",
0 commit comments