Skip to content

Commit a912ceb

Browse files
chore(release): 2.0.0-rc.1 [skip ci]
# [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`
1 parent 689eafd commit a912ceb

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [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)
2+
3+
4+
### Features
5+
6+
* return `ArrayBuffer` instead of `Blob` ([689eafd](https://github.com/peers/js-binarypack/commit/689eafd471fccb7eae0d68528b764d691e9d96b2))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Return type of `pack` is now `ArrayBuffer`
12+
113
## [1.0.3-rc.1](https://github.com/peers/js-binarypack/compare/v1.0.2...v1.0.3-rc.1) (2023-02-25)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peerjs-js-binarypack",
3-
"version": "1.0.3-rc.1",
3+
"version": "2.0.0-rc.1",
44
"description": "BinaryPack serialization",
55
"homepage": "https://github.com/peers/js-binarypack",
66
"main": "dist/binarypack.cjs",

0 commit comments

Comments
 (0)