From b65aefd73d500b032955876b3ebe5a5a8e257efb Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Wed, 22 May 2024 12:22:27 +0200 Subject: [PATCH] chore(release): 4.5.1 --- 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 1f21d112..9cb65a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.5.1](https://github.com/piscinajs/piscina/compare/v4.5.0...v4.5.1) (2024-05-22) + + +### Bug Fixes + +* support nodejs v16.x again ([#572](https://github.com/piscinajs/piscina/issues/572)) ([d50391f](https://github.com/piscinajs/piscina/commit/d50391fe93a6319c2a554f34d39cce0c946564ec)) + ## [4.5.0](https://github.com/piscinajs/piscina/compare/v4.4.0...v4.5.0) (2024-05-20) diff --git a/package-lock.json b/package-lock.json index 3cb35742..27264e74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piscina", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piscina", - "version": "4.5.0", + "version": "4.5.1", "license": "MIT", "devDependencies": { "@types/node": "^20.8.0", diff --git a/package.json b/package.json index 4b9ec61c..c6e45534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piscina", - "version": "4.5.0", + "version": "4.5.1", "description": "A fast, efficient Node.js Worker Thread Pool implementation", "main": "./dist/main.js", "types": "./dist/index.d.ts",