Skip to content

Commit b0189b2

Browse files
committedOct 12, 2022
chore(release): 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2022-10-12) ### Bug Fixes * export SupportedEncodings from to-string and from-string ([#40](#40)) ([d3f1412](d3f1412))
1 parent d3f1412 commit b0189b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.1](https://github.com/achingbrain/uint8arrays/compare/v4.0.0...v4.0.1) (2022-10-12)
2+
3+
4+
### Bug Fixes
5+
6+
* export SupportedEncodings from to-string and from-string ([#40](https://github.com/achingbrain/uint8arrays/issues/40)) ([d3f1412](https://github.com/achingbrain/uint8arrays/commit/d3f1412443fb6832deccfe6f341dc482f6a781b2))
7+
18
## [4.0.0](https://github.com/achingbrain/uint8arrays/compare/v3.1.1...v4.0.0) (2022-10-12)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "uint8arrays",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Utility functions to make dealing with Uint8Arrays easier",
55
"author": "Alex Potsides <alex@achingbrain.net>",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)