Skip to content

Commit 3af8c54

Browse files
chore(release): 5.1.0 [skip ci]
## [5.1.0](v5.0.0...v5.1.0) (2022-10-18) ### Features * added integrated TypeScript typings ([#108](#108)) ([433ff89](433ff89)) ### Bug Fixes * windows support in tests ([387dfaf](387dfaf)) ### Trivial Changes * GH Actions, Dependabot, auto-release, remove Travis ([997f058](997f058)) * **no-release:** bump standard from 16.0.4 to 17.0.0 ([#112](#112)) ([078bfe3](078bfe3))
1 parent 433ff89 commit 3af8c54

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## [5.1.0](https://github.com/rvagg/bl/compare/v5.0.0...v5.1.0) (2022-10-18)
2+
3+
4+
### Features
5+
6+
* added integrated TypeScript typings ([#108](https://github.com/rvagg/bl/issues/108)) ([433ff89](https://github.com/rvagg/bl/commit/433ff8942f47fab8a5c9d13b2c00989ccf8d0710))
7+
8+
9+
### Bug Fixes
10+
11+
* windows support in tests ([387dfaf](https://github.com/rvagg/bl/commit/387dfaf9b2bca7849f12785436ceb01e42adac2c))
12+
13+
14+
### Trivial Changes
15+
16+
* GH Actions, Dependabot, auto-release, remove Travis ([997f058](https://github.com/rvagg/bl/commit/997f058357de8f2a7f66998e80a72b491835573f))
17+
* **no-release:** bump standard from 16.0.4 to 17.0.0 ([#112](https://github.com/rvagg/bl/issues/112)) ([078bfe3](https://github.com/rvagg/bl/commit/078bfe33390d125297b1c946e5989c4aa9228961))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bl",
3-
"version": "5.0.0",
3+
"version": "5.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)