Skip to content

Commit 579944d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2023-11-19) ### Features * add semantic release ([c078fea](c078fea)) * configure convenional commit for ci ([dfb3550](dfb3550)) * first commit ([53d09aa](53d09aa))
1 parent dfb3550 commit 579944d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aulasoftwarelibre/next-auth-firewall",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Firewall for NextAuth",
55
"type": "module",
66
"repository": "https://github.com/aulasoftwarelibre/next-auth-firewall",
@@ -110,8 +110,14 @@
110110
"@commitlint/config-conventional"
111111
],
112112
"rules": {
113-
"body-max-line-length": [0, "always"],
114-
"footer-max-line-length": [0, "always"]
113+
"body-max-line-length": [
114+
0,
115+
"always"
116+
],
117+
"footer-max-line-length": [
118+
0,
119+
"always"
120+
]
115121
}
116122
},
117123
"jest": {

0 commit comments

Comments
 (0)