Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.2...v2.0.0) (2023-06-22)

### Bug Fixes

* empty TypedArray can now be packed ([3475f45](3475f45))
* undefined will stay undefined instead of null ([83af274](83af274))

### Features

* return `ArrayBuffer` instead of `Blob` ([6b70875](6b70875))

### Reverts

* Revert "fix: undefined will stay undefined instead of null" ([da49137](da49137))

### BREAKING CHANGES

* Return type of `pack` is now `ArrayBuffer`
  • Loading branch information
semantic-release-bot committed Jun 22, 2023
1 parent 51d0678 commit 38539d5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# [2.0.0](https://github.com/peers/js-binarypack/compare/v1.0.2...v2.0.0) (2023-06-22)


### Bug Fixes

* empty TypedArray can now be packed ([3475f45](https://github.com/peers/js-binarypack/commit/3475f450a7bc97b757325cd54bc7ba7ffc84118b))
* undefined will stay undefined instead of null ([83af274](https://github.com/peers/js-binarypack/commit/83af274ea82fdd44d93546f18cbcf547abe77804))


### Features

* return `ArrayBuffer` instead of `Blob` ([6b70875](https://github.com/peers/js-binarypack/commit/6b70875b4d7db791fdd14a1f3ff3776d12febfb2))


### Reverts

* Revert "fix: undefined will stay undefined instead of null" ([da49137](https://github.com/peers/js-binarypack/commit/da4913787d9ab96845bd8e512d5f501574746a35))


### BREAKING CHANGES

* Return type of `pack` is now `ArrayBuffer`
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.1",
"version": "2.0.0",
"description": "BinaryPack serialization",
"homepage": "https://github.com/peers/js-binarypack",
"main": "dist/binarypack.cjs",
Expand Down

0 comments on commit 38539d5

Please sign in to comment.