Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.0...v2.1.0) (2022-08-03)

### Features

* add equals method ([#33](#33)) ([ad6c47d](ad6c47d))
  • Loading branch information
semantic-release-bot committed Aug 3, 2022
1 parent ad6c47d commit e575cbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [2.1.0](https://github.com/achingbrain/uint8arraylist/compare/v2.0.0...v2.1.0) (2022-08-03)


### Features

* add equals method ([#33](https://github.com/achingbrain/uint8arraylist/issues/33)) ([ad6c47d](https://github.com/achingbrain/uint8arraylist/commit/ad6c47dbb301db6fefbc965363e3ddf28dabf52e))

## [2.0.0](https://github.com/achingbrain/uint8arraylist/compare/v1.6.0...v2.0.0) (2022-07-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "uint8arraylist",
"version": "2.0.0",
"version": "2.1.0",
"description": "Append and consume bytes using only no-copy operations",
"author": "Alex Potsides <alex@achingbrain.net>",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit e575cbe

Please sign in to comment.