From 6de7a2593950001ea76d7239a2c858b721431ae0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Jan 2025 21:56:58 +0000 Subject: [PATCH] chore(release): 2.0.4 [skip ci] ## [2.0.4](https://github.com/eik-lib/core/compare/v2.0.3...v2.0.4) (2025-01-30) ### Bug Fixes * **deps:** update eik packages ([#468](https://github.com/eik-lib/core/issues/468)) ([3cf54af](https://github.com/eik-lib/core/commit/3cf54af47442d23b87602512954f356501b1a74a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea72e4..2d3c160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.4](https://github.com/eik-lib/core/compare/v2.0.3...v2.0.4) (2025-01-30) + + +### Bug Fixes + +* **deps:** update eik packages ([#468](https://github.com/eik-lib/core/issues/468)) ([3cf54af](https://github.com/eik-lib/core/commit/3cf54af47442d23b87602512954f356501b1a74a)) + ## [2.0.3](https://github.com/eik-lib/core/compare/v2.0.2...v2.0.3) (2025-01-29) diff --git a/package.json b/package.json index ba841d8..79a63ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/core", - "version": "2.0.3", + "version": "2.0.4", "description": "Core server package", "main": "lib/main.js", "types": "./types/main.d.ts",