diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c64c05..eaeb43b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.7](https://github.com/eik-lib/core/compare/v2.0.6...v2.0.7) (2025-02-04) + + +### Bug Fixes + +* **deps:** update eik packages ([#473](https://github.com/eik-lib/core/issues/473)) ([bdba239](https://github.com/eik-lib/core/commit/bdba2398157efbb21f0af1e849e58de5f7f7b7a7)) + ## [2.0.6](https://github.com/eik-lib/core/compare/v2.0.5...v2.0.6) (2025-02-04) diff --git a/package.json b/package.json index bd1c3d6..8ee8a0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/core", - "version": "2.0.6", + "version": "2.0.7", "description": "Core server package", "main": "lib/main.js", "types": "./types/main.d.ts",