From 579944d5131c81c8c4bf29fc51a7ce43f1488180 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 19 Nov 2023 16:17:11 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-11-19) ### Features * add semantic release ([c078fea](https://github.com/aulasoftwarelibre/next-auth-firewall/commit/c078feac03b60c551f56c2f77dffac1126a648cd)) * configure convenional commit for ci ([dfb3550](https://github.com/aulasoftwarelibre/next-auth-firewall/commit/dfb35501f59e7240d45daf6bccea37b6b36abef7)) * first commit ([53d09aa](https://github.com/aulasoftwarelibre/next-auth-firewall/commit/53d09aa9de978ef387be2bf856c34b8b9424e58a)) --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 79276dd..10b6009 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {