From c5e3d961e7bb729a1783a6d73e574c3df1ac1e93 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Aug 2023 04:09:39 +0000 Subject: [PATCH] chore(release): 6.0.5 [skip ci] ## [6.0.5](https://github.com/rvagg/bl/compare/v6.0.4...v6.0.5) (2023-08-15) ### Trivial Changes * **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([183d80a](https://github.com/rvagg/bl/commit/183d80a616a32e5473ac47e46cecd19ca0dfcf9f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 812715a..ccdc53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.5](https://github.com/rvagg/bl/compare/v6.0.4...v6.0.5) (2023-08-15) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([183d80a](https://github.com/rvagg/bl/commit/183d80a616a32e5473ac47e46cecd19ca0dfcf9f)) + ## [6.0.4](https://github.com/rvagg/bl/compare/v6.0.3...v6.0.4) (2023-08-07) diff --git a/package.json b/package.json index 12bf9a2..e4966be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bl", - "version": "6.0.4", + "version": "6.0.5", "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", "license": "MIT", "main": "bl.js",