Skip to content

Commit db84756

Browse files
chore(release): 6.1.0 [skip ci]
## [6.1.0](v6.0.20...v6.1.0) (2025-03-11) ### Features * Added prepend and getBuffers methods. ([#154](#154)) ([e9eda95](e9eda95))
1 parent e9eda95 commit db84756

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.1.0](https://github.com/rvagg/bl/compare/v6.0.20...v6.1.0) (2025-03-11)
2+
3+
### Features
4+
5+
* Added prepend and getBuffers methods. ([#154](https://github.com/rvagg/bl/issues/154)) ([e9eda95](https://github.com/rvagg/bl/commit/e9eda9549b1235af16afbe0c721f92e705109663))
6+
17
## [6.0.20](https://github.com/rvagg/bl/compare/v6.0.19...v6.0.20) (2025-03-03)
28

39
### Trivial Changes

package.json

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