From c4e51ba82059f1855c9f0bac34c40eaf2eb80c47 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:50:31 -0600 Subject: [PATCH] chore: release 1.5.1 (#36) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c59c69..6bdcfc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/wowserhq/io/compare/v1.5.0...v1.5.1) (2023-12-17) + + +### Bug Fixes + +* **stream:** correct length calculation in terminated byte reads ([3f0a246](https://github.com/wowserhq/io/commit/3f0a246987e3f076ee84ca23193e7a49e54a06fc)) + ## [1.5.0](https://github.com/wowserhq/io/compare/v1.4.0...v1.5.0) (2023-12-17) diff --git a/package-lock.json b/package-lock.json index d51816d..142ce43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@wowserhq/io", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@wowserhq/io", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^18.4.3", diff --git a/package.json b/package.json index b42bd05..1742c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wowserhq/io", - "version": "1.5.0", + "version": "1.5.1", "description": "IO library for Wowser", "author": "Wowser Contributors", "repository": "github:wowserhq/io",