Skip to content

Commit bea5abf

Browse files
chore(release): 6.0.1 [skip ci]
## [6.0.1](v6.0.0...v6.0.1) (2023-03-17) ### Bug Fixes * release with Node.js 18 ([6965a1d](6965a1d)) ### Trivial Changes * **deps-dev:** bump typescript from 4.9.5 to 5.0.2 ([0885658](0885658)) * **no-release:** bump actions/setup-node from 3.5.1 to 3.6.0 ([#120](#120)) ([60bee1b](60bee1b)) * **no-release:** bump typescript from 4.8.4 to 4.9.3 ([#118](#118)) ([8be6dd6](8be6dd6))
1 parent 6965a1d commit bea5abf

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [6.0.1](https://github.com/rvagg/bl/compare/v6.0.0...v6.0.1) (2023-03-17)
2+
3+
4+
### Bug Fixes
5+
6+
* release with Node.js 18 ([6965a1d](https://github.com/rvagg/bl/commit/6965a1dee6b2af5bca304c8c9b747b796a652ffd))
7+
8+
9+
### Trivial Changes
10+
11+
* **deps-dev:** bump typescript from 4.9.5 to 5.0.2 ([0885658](https://github.com/rvagg/bl/commit/0885658f7c1696220ac846e5bbc19f8b6ae8d3c0))
12+
* **no-release:** bump actions/setup-node from 3.5.1 to 3.6.0 ([#120](https://github.com/rvagg/bl/issues/120)) ([60bee1b](https://github.com/rvagg/bl/commit/60bee1bd37a9f1a2a128f506f7da008c094db5c4))
13+
* **no-release:** bump typescript from 4.8.4 to 4.9.3 ([#118](https://github.com/rvagg/bl/issues/118)) ([8be6dd6](https://github.com/rvagg/bl/commit/8be6dd62f639fd6c2c2f7d5d6ac4db988adb1886))
14+
115
## [6.0.0](https://github.com/rvagg/bl/compare/v5.1.0...v6.0.0) (2022-10-19)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bl",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
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)