Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default chain([
]);
```

Visit https://nimpl.tech/middleware-chain to view the full documentation.
Visit https://nimpl.dev/docs/middleware-chain to view the full documentation.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nimpl/middleware-chain",
"version": "0.5.0",
"version": "0.5.1",
"description": "The package allows you to create a chain of native next.js middlewares without any modifications",
"main": "./dist/chain.js",
"files": [
Expand Down