From b0882b771d86be15ef99888a010dd03c1c1fe1ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jul 2024 06:03:25 +0000 Subject: [PATCH] chore(release): 1.3.46 [skip ci] ## [1.3.46](https://github.com/eik-lib/core/compare/v1.3.45...v1.3.46) (2024-07-03) ### Bug Fixes * add some logging in case archive parsing fails ([#420](https://github.com/eik-lib/core/issues/420)) ([d4f1a88](https://github.com/eik-lib/core/commit/d4f1a88924fde7afc6ba2b12ab757447d546fc2a)), closes [#418](https://github.com/eik-lib/core/issues/418) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c27e8079..8a78e334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.46](https://github.com/eik-lib/core/compare/v1.3.45...v1.3.46) (2024-07-03) + + +### Bug Fixes + +* add some logging in case archive parsing fails ([#420](https://github.com/eik-lib/core/issues/420)) ([d4f1a88](https://github.com/eik-lib/core/commit/d4f1a88924fde7afc6ba2b12ab757447d546fc2a)), closes [#418](https://github.com/eik-lib/core/issues/418) + ## [1.3.45](https://github.com/eik-lib/core/compare/v1.3.44...v1.3.45) (2024-05-13) diff --git a/package.json b/package.json index 58d0e379..a4ea67a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/core", - "version": "1.3.45", + "version": "1.3.46", "description": "Core server package", "main": "lib/main.js", "type": "module",