diff --git a/CHANGELOG.md b/CHANGELOG.md index a646506..8244b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.60](https://github.com/eik-lib/core/compare/v1.3.59...v1.3.60) (2024-08-13) + + +### Bug Fixes + +* **deps:** update dependency @eik/common to v4.0.9 ([d6208c9](https://github.com/eik-lib/core/commit/d6208c995fb487d4693318fa2d967319a3e4aa03)) + ## [1.3.59](https://github.com/eik-lib/core/compare/v1.3.58...v1.3.59) (2024-08-12) diff --git a/package.json b/package.json index 3de5980..547c325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/core", - "version": "1.3.59", + "version": "1.3.60", "description": "Core server package", "main": "lib/main.js", "types": "./types/main.d.ts",