diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb3f0a..4463bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.7](https://github.com/eik-lib/service/compare/v5.0.6...v5.0.7) (2025-01-13) + + +### Bug Fixes + +* **deps:** update dependency @eik/sink-file-system to v2.0.2 ([#620](https://github.com/eik-lib/service/issues/620)) ([00c200c](https://github.com/eik-lib/service/commit/00c200c2d35f7ed8ad8492f9d4dde3fa62fb2242)) + ## [5.0.6](https://github.com/eik-lib/service/compare/v5.0.5...v5.0.6) (2025-01-13) diff --git a/package.json b/package.json index 787167c..aafc216 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/service", - "version": "5.0.6", + "version": "5.0.7", "description": "Eik REST API as a standalone HTTP service", "type": "module", "main": "./lib/main.js",