From f9d9f408f0e32038d6e616a4be7db83483e4f9a3 Mon Sep 17 00:00:00 2001 From: dawn Date: Thu, 17 Nov 2022 13:47:37 +0700 Subject: [PATCH] chore(release): 0.3.10 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ae40e..18870de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.3.10](https://github.com/mmmdawn/BatchWorkExecutor/compare/v0.3.9...v0.3.10) (2022-11-17) + ### [0.3.9](https://github.com/mmmdawn/BatchWorkExecutor/compare/v0.3.8...v0.3.9) (2022-11-17) ### [0.3.8](https://github.com/mmmdawn/BatchWorkExecutor/compare/v0.3.7...v0.3.8) (2022-11-17) diff --git a/package-lock.json b/package-lock.json index 482b5b1..9643a97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "batch-work-executor", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "batch-work-executor", - "version": "0.3.9", + "version": "0.3.10", "license": "MIT", "dependencies": { "winston": "^3.8.2" diff --git a/package.json b/package.json index 5ccab5f..e58e4b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "batch-work-executor", - "version": "0.3.9", + "version": "0.3.10", "description": "Thread pool implementation inspired by ethereum-etl BatchWorkExecutor (and Piscina).", "main": "lib/index", "types": "lib/index",