diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef2498..46a65e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.3](https://github.com/auth0/node-wsfed/compare/v7.0.2...v7.0.3) (2026-03-16) + + +### Bug Fixes + +* update dist files ([#44](https://github.com/auth0/node-wsfed/issues/44)) ([df07247](https://github.com/auth0/node-wsfed/commit/df072479ec46983e4ce9e26fb5cc651fc170008b)) ## [7.0.2](https://github.com/auth0/node-wsfed/compare/v7.0.1...v7.0.2) (2026-03-11) diff --git a/package.json b/package.json index d612173..d4ca471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wsfed", - "version": "7.0.2", + "version": "7.0.3", "description": "WSFed server middleware", "main": "lib/index.js", "scripts": {