diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b29f4..649e645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.1](https://github.com/eik-lib/service/compare/v5.0.0...v5.0.1) (2024-12-16) + + +### Bug Fixes + +* **deps:** update dependency @fastify/jwt to v9.0.2 ([#612](https://github.com/eik-lib/service/issues/612)) ([90b6584](https://github.com/eik-lib/service/commit/90b658458d7ee1a4200b485b0fb10865e0bba4d5)) + # [5.0.0](https://github.com/eik-lib/service/compare/v4.0.0...v5.0.0) (2024-11-15) diff --git a/package.json b/package.json index 04453af..6881295 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/service", - "version": "5.0.0", + "version": "5.0.1", "description": "Eik REST API as a standalone HTTP service", "type": "module", "main": "./lib/main.js",