Skip to content

Commit edfecec

Browse files
chore(release): 1.0.3-rc.1 [skip ci]
## [1.0.3-rc.1](v1.0.2...v1.0.3-rc.1) (2023-02-25) ### Bug Fixes * empty TypedArray can now be packed ([3475f45](3475f45)) * undefined will stay undefined instead of null ([83af274](83af274)) ### Reverts * Revert "fix: undefined will stay undefined instead of null" ([da49137](da49137))
1 parent 6641e22 commit edfecec

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## [1.0.3-rc.1](https://github.com/peers/js-binarypack/compare/v1.0.2...v1.0.3-rc.1) (2023-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* empty TypedArray can now be packed ([3475f45](https://github.com/peers/js-binarypack/commit/3475f450a7bc97b757325cd54bc7ba7ffc84118b))
7+
* undefined will stay undefined instead of null ([83af274](https://github.com/peers/js-binarypack/commit/83af274ea82fdd44d93546f18cbcf547abe77804))
8+
9+
10+
### Reverts
11+
12+
* Revert "fix: undefined will stay undefined instead of null" ([da49137](https://github.com/peers/js-binarypack/commit/da4913787d9ab96845bd8e512d5f501574746a35))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)