Skip to content

Commit b7f9f21

Browse files
chore(release): 5.0.3 [skip ci]
## [5.0.3](v5.0.2...v5.0.3) (2024-03-13) ### Bug Fixes * Use subpath imports to choose Node or vanilla JS environment ([#88](#88)) ([e43f1f4](e43f1f4))
1 parent e43f1f4 commit b7f9f21

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.3](https://github.com/achingbrain/uint8arrays/compare/v5.0.2...v5.0.3) (2024-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Use subpath imports to choose Node or vanilla JS environment ([#88](https://github.com/achingbrain/uint8arrays/issues/88)) ([e43f1f4](https://github.com/achingbrain/uint8arrays/commit/e43f1f47bdf7719b33ebcc42472cbde66c6dcad6))
7+
18
## [5.0.2](https://github.com/achingbrain/uint8arrays/compare/v5.0.1...v5.0.2) (2024-02-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uint8arrays",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Utility functions to make dealing with Uint8Arrays easier",
55
"author": "Alex Potsides <[email protected]>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)