Skip to content

Commit

Permalink
Release 1.15.0 (#134)
Browse files Browse the repository at this point in the history
* Release 1.15.0

* Update history.md

* Create history.md

* Update package.json
  • Loading branch information
rom1504 authored Feb 12, 2022
1 parent f369db2 commit e008e68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# History

## 1.15.0

* Fix 64-bit BigInt sign handling (@extremeheat)
* Add string encoding option (@extremeheat)
* Show BigInt instead of BigIntExtended when using console.log (@extremeheat)

## 1.14.0

* Allow JSON stringified buffers to be converted to Buffer when serializing (@extremeheat)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protodef",
"version": "1.14.0",
"version": "1.15.0",
"description": "A simple yet powerful way to define binary protocols",
"main": "index.js",
"author": "roblabla <[email protected]>",
Expand Down

0 comments on commit e008e68

Please sign in to comment.