Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 31, 2024
1 parent dde5f09 commit 04cfbe6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/lovely-hats-repair.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/moody-candles-tap.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/next-easy-middlewares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# next-easy-middlewares

## 1.2.0

### Minor Changes

- 7c85643: Added middleware shared context and refactored middleware function props to object for more elastic approach

Global middlewares now support chaining

### Patch Changes

- be63923: Added support for NextFetchEvent in middleware - next15 event.waitUntil

Improved peerDeps config and types compatibility

Removed default export - supports only named exports from now

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-easy-middlewares/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-easy-middlewares",
"version": "1.1.6",
"version": "1.2.0",
"keywords": [
"Next.js",
"Middleware",
Expand Down

0 comments on commit 04cfbe6

Please sign in to comment.