Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 19, 2022
1 parent dba13e1 commit a59710d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [6.0.0](https://github.com/rvagg/bl/compare/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](https://github.com/rvagg/bl/commit/131ad3217b91090323513a8ea3ef179e8427cf47))


### Trivial Changes

* add TypeScript definitions for BigInt ([78c5ff4](https://github.com/rvagg/bl/commit/78c5ff489235a4e4233086c364133123c71acef4))
* **deps-dev:** bump typescript from 4.7.4 to 4.8.4 ([dba13e1](https://github.com/rvagg/bl/commit/dba13e1cadc5857dde6a9425e975faf2abbb270f))
* **deps:** bump readable-stream from 3.6.0 to 4.2.0 ([fa03eda](https://github.com/rvagg/bl/commit/fa03eda54b4412c0fdfc9053bd0b0bebaf80bfd9))
* **docs:** BigInt in API docs ([c68af50](https://github.com/rvagg/bl/commit/c68af500a04b2c3a14132ae6946412d2e39402d0))

## [5.1.0](https://github.com/rvagg/bl/compare/v5.0.0...v5.1.0) (2022-10-18)


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": "bl",
"version": "5.1.0",
"version": "6.0.0",
"description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
"license": "MIT",
"main": "bl.js",
Expand Down

0 comments on commit a59710d

Please sign in to comment.