Skip to content

Commit 8c88f15

Browse files
committed
chore: version package
1 parent c2f083b commit 8c88f15

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.changeset/cuddly-trees-count.md

-5
This file was deleted.

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @triyanox/next-middleware
22

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+
313
## 0.0.4
414

515
### Patch Changes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triyanox/next-middleware",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "The cleanest way to protect your Next.js routes with a middleware",
55
"license": "MIT",
66
"publishConfig": {
@@ -54,7 +54,7 @@
5454
},
5555
"peerDependencies": {
5656
"typescript": "^5.4.5",
57-
"next" : "^14.2.3"
57+
"next": "^14.2.3"
5858
},
5959
"keywords": [
6060
"next",

0 commit comments

Comments
 (0)