Skip to content

Commit a59710d

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.1.0...v6.0.0) (2022-10-19) ### ⚠ BREAKING CHANGES * **deps:** bump readable-stream from 3.6.0 to 4.2.0 * added bigint (Int64) support ### Features * added bigint (Int64) support ([131ad32](131ad32)) ### Trivial Changes * add TypeScript definitions for BigInt ([78c5ff4](78c5ff4)) * **deps-dev:** bump typescript from 4.7.4 to 4.8.4 ([dba13e1](dba13e1)) * **deps:** bump readable-stream from 3.6.0 to 4.2.0 ([fa03eda](fa03eda)) * **docs:** BigInt in API docs ([c68af50](c68af50))
1 parent dba13e1 commit a59710d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [6.0.0](https://github.com/rvagg/bl/compare/v5.1.0...v6.0.0) (2022-10-19)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **deps:** bump readable-stream from 3.6.0 to 4.2.0
7+
* added bigint (Int64) support
8+
9+
### Features
10+
11+
* added bigint (Int64) support ([131ad32](https://github.com/rvagg/bl/commit/131ad3217b91090323513a8ea3ef179e8427cf47))
12+
13+
14+
### Trivial Changes
15+
16+
* add TypeScript definitions for BigInt ([78c5ff4](https://github.com/rvagg/bl/commit/78c5ff489235a4e4233086c364133123c71acef4))
17+
* **deps-dev:** bump typescript from 4.7.4 to 4.8.4 ([dba13e1](https://github.com/rvagg/bl/commit/dba13e1cadc5857dde6a9425e975faf2abbb270f))
18+
* **deps:** bump readable-stream from 3.6.0 to 4.2.0 ([fa03eda](https://github.com/rvagg/bl/commit/fa03eda54b4412c0fdfc9053bd0b0bebaf80bfd9))
19+
* **docs:** BigInt in API docs ([c68af50](https://github.com/rvagg/bl/commit/c68af500a04b2c3a14132ae6946412d2e39402d0))
20+
121
## [5.1.0](https://github.com/rvagg/bl/compare/v5.0.0...v5.1.0) (2022-10-18)
222

323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bl",
3-
"version": "5.1.0",
3+
"version": "6.0.0",
44
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
55
"license": "MIT",
66
"main": "bl.js",

0 commit comments

Comments
 (0)