Skip to content

Commit cbd9e91

Browse files
committed
chore(release): Release version 1.0.2 of the npm package
1 parent 3f3d636 commit cbd9e91

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
<!-- markdownlint-disable MD013 -->
22
<!-- markdownlint-disable MD013 -->
3+
<!-- markdownlint-disable MD013 -->
34
# Changelog
45

56
All notable changes to this project will be documented in this file.
67

8+
## [1.0.2](https://github.com/CommunitySolidServer/AsyncHandler/compare/v1.0.1...v1.0.2) (2024-09-09)
9+
10+
### Fixes
11+
12+
* Let ParallelHandler only run able handlers ([3f3d636](https://github.com/CommunitySolidServer/AsyncHandler/commit/3f3d636d91407045d5f724a40d3f73c705a267f3))
13+
714
## [1.0.1](https://github.com/CommunitySolidServer/AsyncHandler/compare/v1.0.0...v1.0.1) (2024-09-05)
815

916
### Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asynchronous-handlers",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MIT",
55
"repository": "[email protected]:CommunitySolidServer/AsyncHandler.git",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)