wsfed

7.0.17.0.2
~

Modified (2 files)

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,12 +1,12 @@
 {
   "name": "wsfed",
-  "version": "7.0.1",
+  "version": "7.0.2",
   "description": "WSFed server middleware",
   "main": "lib/index.js",
   "scripts": {
     "test": "mocha",
-    "release": "standard-version"
+    "prepare": "husky"
   },
   "repository": {
     "type": "git",
     "url": "https://github.com/auth0/node-wsfed.git"
@@ -25,24 +25,20 @@
     "saml": "^3.0.1",
     "xtend": "~2.0.3"
   },
   "devDependencies": {
-    "@commitlint/cli": "^11.0.0",
-    "@commitlint/config-conventional": "^11.0.0",
+    "@commitlint/cli": "^20.3.1",
+    "@commitlint/config-conventional": "^20.3.1",
+    "@semantic-release/exec": "^7.0.3",
     "chai": "~1.5.0",
     "cheerio": "0.22.0",
     "express": "~4.17.1",
-    "husky": "^4.3.0",
+    "husky": "^9.1.7",
     "mocha": "~8.2.0",
     "request": "~2.88.2",
-    "standard-version": "^9.0.0",
+    "semantic-release": "^25.0.2",
     "xml-crypto": "~0.10.1",
     "xml-encryption": "1.2.1",
     "xmldom": "~0.1.17",
     "xpath": "0.0.5"
-  },
-  "husky": {
-    "hooks": {
-      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
-    }
   }
 }
Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,8 +1,10 @@
-# Changelog
+## [7.0.2](https://github.com/auth0/node-wsfed/compare/v7.0.1...v7.0.2) (2026-03-11)
 
-All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
 
+### Chore
+
+* add semantic-release automation ([#36](https://github.com/auth0/node-wsfed/issues/36)) ([d3cc1ea](https://github.com/auth0/node-wsfed/commit/d3cc1eae2e494279b78745237c6d1177b8271d41))
 ### [7.0.1](https://github.com/auth0/node-wsfed/compare/v7.0.0...v7.0.1) (2025-05-08)
 
 
 ### Bug Fixes