From 300bc661b3a12b1936d1c5a49eace98372093715 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 May 2024 08:27:42 +0000 Subject: [PATCH] chore(release): 1.3.40 [skip ci] ## [1.3.40](https://github.com/eik-lib/core/compare/v1.3.39...v1.3.40) (2024-05-04) ### Bug Fixes * **deps:** update dependency abslog to v2.4.4 ([8a3c420](https://github.com/eik-lib/core/commit/8a3c420e83f4d053f0ea1da9f10b50825f3b68df)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eba6aa16..3ff7b24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.40](https://github.com/eik-lib/core/compare/v1.3.39...v1.3.40) (2024-05-04) + + +### Bug Fixes + +* **deps:** update dependency abslog to v2.4.4 ([8a3c420](https://github.com/eik-lib/core/commit/8a3c420e83f4d053f0ea1da9f10b50825f3b68df)) + ## [1.3.39](https://github.com/eik-lib/core/compare/v1.3.38...v1.3.39) (2024-05-04) diff --git a/package.json b/package.json index 22c27287..15853a1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/core", - "version": "1.3.39", + "version": "1.3.40", "description": "Core server package", "main": "lib/main.js", "type": "module",