From: Jérôme Benoit Date: Sun, 29 Aug 2021 08:55:12 +0000 (+0200) Subject: Version 2.1.0 X-Git-Tag: v2.1.0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f30df3855b944c61ea5ed17ec205f464d5611ed5;p=poolifier.git Version 2.1.0 Signed-off-by: Jérôme Benoit --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c379d795..9835c72a 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.1.0] - 2021-28-08 +## [2.1.0] - 2021-29-08 ### Added diff --git a/package-lock.json b/package-lock.json index e5391c5e..82bb2dda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.0.2", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae237b16..48e14ecb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.0.2", + "version": "2.1.0", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "main": "lib/index.js", "scripts": {