Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent 02ce20a commit 006529c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/@wroud/flow-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@

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

<!-- version:0.2.0 -->
## 0.2.0 (2024-11-26)

<!-- changelog -->
### ✨ Features

- base implementation ([74bb7e2](https://github.com/Wroud/foundation/commit/74bb7e2))

### 🩹 Fixes

- do not copy data object ([02ce20a](https://github.com/Wroud/foundation/commit/02ce20a))

<!-- version:0.1.0 -->
## 0.1.0 (2024-11-26)

Expand Down
2 changes: 1 addition & 1 deletion packages/@wroud/flow-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wroud/flow-middleware",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"description": "A lightweight middleware management library for JavaScript and TypeScript, facilitating middleware chains with re-runs, error handling, and disposability.",
"sideEffects": [],
"exports": {
Expand Down

0 comments on commit 006529c

Please sign in to comment.