From 436b6ce6db5d4fcf4826023d29d8b608aa13d6d6 Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Fri, 16 Feb 2024 11:58:24 +0100 Subject: [PATCH] chore(release): 4.3.2 --- 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 f87479c8..b8f9a71d 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.3.2](https://github.com/piscinajs/piscina/compare/v4.3.1...v4.3.2) (2024-02-16) + + +### Bug Fixes + +* **#513:** forward errors correctly to Piscina ([#514](https://github.com/piscinajs/piscina/issues/514)) ([6945d21](https://github.com/piscinajs/piscina/commit/6945d21d47b72dfa801e0309948fea9fbf708c91)), closes [#513](https://github.com/piscinajs/piscina/issues/513) + ### [4.3.1](https://github.com/piscinajs/piscina/compare/v4.3.0...v4.3.1) (2024-01-30) diff --git a/package-lock.json b/package-lock.json index 0e0054c1..15936e79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piscina", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "piscina", - "version": "4.3.1", + "version": "4.3.2", "license": "MIT", "devDependencies": { "@types/node": "^20.8.0", diff --git a/package.json b/package.json index 30143bda..40f06dfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piscina", - "version": "4.3.1", + "version": "4.3.2", "description": "A fast, efficient Node.js Worker Thread Pool implementation", "main": "./dist/src/index.js", "exports": {