Skip to content

Commit 93b959b

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.1.1...v4.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * this module is now ESM-only ### Features * convert to typescript and release as ESM-only ([#28](#28)) ([e4c9627](e4c9627)) ### Documentation * fix readme header ([803cb5f](803cb5f))
1 parent 803cb5f commit 93b959b

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [4.0.0](https://github.com/achingbrain/uint8arrays/compare/v3.1.1...v4.0.0) (2022-10-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now ESM-only
7+
8+
### Features
9+
10+
* convert to typescript and release as ESM-only ([#28](https://github.com/achingbrain/uint8arrays/issues/28)) ([e4c9627](https://github.com/achingbrain/uint8arrays/commit/e4c9627da195b419ee9f8c45d45931f537c5dee1))
11+
12+
13+
### Documentation
14+
15+
* fix readme header ([803cb5f](https://github.com/achingbrain/uint8arrays/commit/803cb5fa64892451d73ca0494b1e2a57ae1ef533))
16+
117
## [3.1.1](https://github.com/achingbrain/uint8arrays/compare/v3.1.0...v3.1.1) (2022-10-10)
218

319

@@ -178,6 +194,3 @@ Co-authored-by: Alex Potsides <alex@achingbrain.net>
178194
### Features
179195

180196
* add implementation ([2c849dc](https://github.com/achingbrain/uint8arrays/commit/2c849dc))
181-
182-
183-

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": "3.1.1",
3+
"version": "4.0.0",
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)