Skip to content

Commit

Permalink
chore(release): Release version 1.0.2 of the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Sep 9, 2024
1 parent 3f3d636 commit cbd9e91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD013 -->
<!-- markdownlint-disable MD013 -->
# 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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cbd9e91

Please sign in to comment.