Skip to content

Commit

Permalink
chore: version package
Browse files Browse the repository at this point in the history
  • Loading branch information
triyanox committed May 6, 2024
1 parent d7d4f9c commit d6af485
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @triyanox/next-middleware

## 0.0.3

### Patch Changes

- Remove uncessary dependencies

## 0.0.2

### Patch Changes
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triyanox/next-middleware",
"version": "0.0.2",
"version": "0.0.3",
"description": "The cleanest way to protect your Next.js routes with a middleware",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -62,9 +62,5 @@
"protected-routes",
"next-middleware",
"acl"
],
"dependencies": {
"@triyanox/next-middleware": "^0.0.2",
"@triyanox/next-routes": "^0.1.5"
}
]
}

0 comments on commit d6af485

Please sign in to comment.