Skip to content

Commit

Permalink
chore(release): 2.0.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-rc.1](v1.0.3-rc.1...v2.0.0-rc.1) (2023-02-25)

### Features

* return `ArrayBuffer` instead of `Blob` ([689eafd](689eafd))

### BREAKING CHANGES

* Return type of `pack` is now `ArrayBuffer`
  • Loading branch information
semantic-release-bot committed Feb 25, 2023
1 parent 689eafd commit a912ceb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0-rc.1](https://github.com/peers/js-binarypack/compare/v1.0.3-rc.1...v2.0.0-rc.1) (2023-02-25)


### Features

* return `ArrayBuffer` instead of `Blob` ([689eafd](https://github.com/peers/js-binarypack/commit/689eafd471fccb7eae0d68528b764d691e9d96b2))


### BREAKING CHANGES

* Return type of `pack` is now `ArrayBuffer`

## [1.0.3-rc.1](https://github.com/peers/js-binarypack/compare/v1.0.2...v1.0.3-rc.1) (2023-02-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peerjs-js-binarypack",
"version": "1.0.3-rc.1",
"version": "2.0.0-rc.1",
"description": "BinaryPack serialization",
"homepage": "https://github.com/peers/js-binarypack",
"main": "dist/binarypack.cjs",
Expand Down

0 comments on commit a912ceb

Please sign in to comment.