Skip to content

Commit 541b506

Browse files
chore(release): 5.1.0 [skip ci]
## [5.1.0](v5.0.3...v5.1.0) (2024-05-10) ### Features * add xor compare ([#89](#89)) ([3313702](3313702)) ### Trivial Changes * update ci config ([d59ba13](d59ba13))
1 parent d59ba13 commit 541b506

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [5.1.0](https://github.com/achingbrain/uint8arrays/compare/v5.0.3...v5.1.0) (2024-05-10)
2+
3+
4+
### Features
5+
6+
* add xor compare ([#89](https://github.com/achingbrain/uint8arrays/issues/89)) ([3313702](https://github.com/achingbrain/uint8arrays/commit/331370240abdcff58abac6433a1a5fad0198679c))
7+
8+
9+
### Trivial Changes
10+
11+
* update ci config ([d59ba13](https://github.com/achingbrain/uint8arrays/commit/d59ba1312132267603b367a48c311f098d1bfad8))
12+
113
## [5.0.3](https://github.com/achingbrain/uint8arrays/compare/v5.0.2...v5.0.3) (2024-03-13)
214

315

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.3",
3+
"version": "5.1.0",
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)