From cbd9e91cfd3184681804e597e6d814bb9d01a278 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 9 Sep 2024 12:31:10 +0200 Subject: [PATCH] chore(release): Release version 1.0.2 of the npm package --- 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 6d3edbb..cea1c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ + # Changelog All notable changes to this project will be documented in this file. +## [1.0.2](https://github.com/CommunitySolidServer/AsyncHandler/compare/v1.0.1...v1.0.2) (2024-09-09) + +### Fixes + +* Let ParallelHandler only run able handlers ([3f3d636](https://github.com/CommunitySolidServer/AsyncHandler/commit/3f3d636d91407045d5f724a40d3f73c705a267f3)) + ## [1.0.1](https://github.com/CommunitySolidServer/AsyncHandler/compare/v1.0.0...v1.0.1) (2024-09-05) ### Fixes diff --git a/package-lock.json b/package-lock.json index 919bfa3..7381afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "asynchronous-handlers", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "asynchronous-handlers", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "global-logger-factory": "^1.0.0" diff --git a/package.json b/package.json index e9eae0f..af0164a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asynchronous-handlers", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "repository": "git@github.com:CommunitySolidServer/AsyncHandler.git", "main": "./dist/index.js",