diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b7902..60b589f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.10](https://github.com/eik-lib/service/compare/v5.0.9...v5.0.10) (2025-01-27) + + +### Bug Fixes + +* **deps:** update dependency @fastify/jwt to v9.0.3 ([#623](https://github.com/eik-lib/service/issues/623)) ([0688ba5](https://github.com/eik-lib/service/commit/0688ba55b98a793df0c847bea0834e7c401ca244)) + ## [5.0.9](https://github.com/eik-lib/service/compare/v5.0.8...v5.0.9) (2025-01-20) diff --git a/package.json b/package.json index 206d34f..bf19e4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/service", - "version": "5.0.9", + "version": "5.0.10", "description": "Eik REST API as a standalone HTTP service", "type": "module", "main": "./lib/main.js",