From 530e36f1b894dde916b5d453a7b276e4b7fb0223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:21:11 +1200 Subject: [PATCH 1/2] chore(deps): bump actions/setup-node from 4.2.0 to 5.0.0 (#159) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.2.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.2.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-and-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 32ada9f..5626dbd 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v5 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v5.0.0 with: node-version: ${{ matrix.node }} - name: Install Dependencies @@ -33,7 +33,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v5.0.0 with: node-version: lts/* - name: Install dependencies From ae547bcbfbb30fff4744190bd17c3f1ac06a4244 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 5 Sep 2025 04:22:49 +0000 Subject: [PATCH 2/2] chore(release): 6.1.3 [skip ci] ## [6.1.3](https://github.com/rvagg/bl/compare/v6.1.2...v6.1.3) (2025-09-05) ### Trivial Changes * **deps:** bump actions/setup-node from 4.2.0 to 5.0.0 ([#159](https://github.com/rvagg/bl/issues/159)) ([530e36f](https://github.com/rvagg/bl/commit/530e36f1b894dde916b5d453a7b276e4b7fb0223)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb61dba..abec77a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [6.1.3](https://github.com/rvagg/bl/compare/v6.1.2...v6.1.3) (2025-09-05) + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.2.0 to 5.0.0 ([#159](https://github.com/rvagg/bl/issues/159)) ([530e36f](https://github.com/rvagg/bl/commit/530e36f1b894dde916b5d453a7b276e4b7fb0223)) + ## [6.1.2](https://github.com/rvagg/bl/compare/v6.1.1...v6.1.2) (2025-08-12) ### Trivial Changes diff --git a/package.json b/package.json index 5e00b74..e3b97c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bl", - "version": "6.1.2", + "version": "6.1.3", "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", "license": "MIT", "main": "bl.js",