Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent 803cb5f commit 93b959b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.0.0](https://github.com/achingbrain/uint8arrays/compare/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](https://github.com/achingbrain/uint8arrays/issues/28)) ([e4c9627](https://github.com/achingbrain/uint8arrays/commit/e4c9627da195b419ee9f8c45d45931f537c5dee1))


### Documentation

* fix readme header ([803cb5f](https://github.com/achingbrain/uint8arrays/commit/803cb5fa64892451d73ca0494b1e2a57ae1ef533))

## [3.1.1](https://github.com/achingbrain/uint8arrays/compare/v3.1.0...v3.1.1) (2022-10-10)


Expand Down Expand Up @@ -178,6 +194,3 @@ Co-authored-by: Alex Potsides <[email protected]>
### Features

* add implementation ([2c849dc](https://github.com/achingbrain/uint8arrays/commit/2c849dc))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uint8arrays",
"version": "3.1.1",
"version": "4.0.0",
"description": "Utility functions to make dealing with Uint8Arrays easier",
"author": "Alex Potsides <[email protected]>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 93b959b

Please sign in to comment.