From: Jérôme Benoit Date: Wed, 5 Jan 2022 18:14:40 +0000 (+0100) Subject: Version 2.2.0 X-Git-Tag: v2.2.0~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=72ddc5cb5cfc42e923575662697cda8965457384;p=poolifier.git Version 2.2.0 Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a83d885..ee4d6fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.2.0] - 2021-29-12 +## [2.2.0] - 2022-05-01 ### Breaking Changes diff --git a/package-lock.json b/package-lock.json index 5bc9efe0..d8927004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "poolifier", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "poolifier", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { "@types/node": "^16.11.19", diff --git a/package.json b/package.json index 9b7f8597..1db75b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.1.0", + "version": "2.2.0", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "main": "lib/index.js", "scripts": {