We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f083b commit 8c88f15Copy full SHA for 8c88f15
.changeset/cuddly-trees-count.md
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# @triyanox/next-middleware
2
3
+## 0.1.0
4
+
5
+### Minor Changes
6
7
+- Release the first minor version
8
9
+### Patch Changes
10
11
+- 2413f32: Patch \_\_dirname
12
13
## 0.0.4
14
15
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@triyanox/next-middleware",
- "version": "0.0.4",
+ "version": "0.1.0",
"description": "The cleanest way to protect your Next.js routes with a middleware",
"license": "MIT",
"publishConfig": {
@@ -54,7 +54,7 @@
54
},
55
"peerDependencies": {
56
"typescript": "^5.4.5",
57
- "next" : "^14.2.3"
+ "next": "^14.2.3"
58
59
"keywords": [
60
"next",
0 commit comments