Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-11-19)

### Features

* add semantic release ([c078fea](c078fea))
* configure convenional commit for ci ([dfb3550](dfb3550))
* first commit ([53d09aa](53d09aa))
  • Loading branch information
semantic-release-bot committed Nov 19, 2023
1 parent dfb3550 commit 579944d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aulasoftwarelibre/next-auth-firewall",
"version": "0.1.0",
"version": "1.0.0",
"description": "Firewall for NextAuth",
"type": "module",
"repository": "https://github.com/aulasoftwarelibre/next-auth-firewall",
Expand Down Expand Up @@ -110,8 +110,14 @@
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [0, "always"],
"footer-max-line-length": [0, "always"]
"body-max-line-length": [
0,
"always"
],
"footer-max-line-length": [
0,
"always"
]
}
},
"jest": {
Expand Down

0 comments on commit 579944d

Please sign in to comment.