Skip to content

Commit ea3acac

Browse files
authored
Merge pull request #10 from AlpakasLab/changeset-release/main
chore: update versions
2 parents 062f04f + 93a952f commit ea3acac

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/thin-monkeys-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,49 @@
11
# @alpakaslab/nextjs-jwt-auth
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- ac1668a: update dependencies and fix small typo issues
8+
39
## 0.0.8
410

511
### Patch Changes
612

7-
- 06ad33f: fix cookies delete to cookies set to avoid issues
13+
- 06ad33f: fix cookies delete to cookies set to avoid issues
814

915
## 0.0.7
1016

1117
### Patch Changes
1218

13-
- f43c874: update cookie delete function
19+
- f43c874: update cookie delete function
1420

1521
## 0.0.6
1622

1723
### Patch Changes
1824

19-
- a079df2: update how cookies are called try to fix production issues
25+
- a079df2: update how cookies are called try to fix production issues
2026

2127
## 0.0.5
2228

2329
### Patch Changes
2430

25-
- 27cdbcc: fix middleware return function
31+
- 27cdbcc: fix middleware return function
2632

2733
## 0.0.4
2834

2935
### Patch Changes
3036

31-
- 60c1e9e: export jwt type
37+
- 60c1e9e: export jwt type
3238

3339
## 0.0.3
3440

3541
### Patch Changes
3642

37-
- a642ed6: fix options and jwt type
43+
- a642ed6: fix options and jwt type
3844

3945
## 0.0.2
4046

4147
### Patch Changes
4248

43-
- 4049938: first version
49+
- 4049938: first version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alpakaslab/nextjs-jwt-auth",
3-
"version": "0.0.8",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)