From c1aad5709d55ddce5629132e06b4693365c080d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Dec 2022 06:27:44 +0000 Subject: [PATCH] chore(release): 1.3.17 [skip ci] ## [1.3.17](https://github.com/eik-lib/core/compare/v1.3.16...v1.3.17) (2022-12-08) ### Bug Fixes * **deps:** update dependency tar to v6.1.13 ([ea83fd7](https://github.com/eik-lib/core/commit/ea83fd7a6bb99c4094ac5704d32603d392164b13)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83033dc..3caa6dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.17](https://github.com/eik-lib/core/compare/v1.3.16...v1.3.17) (2022-12-08) + + +### Bug Fixes + +* **deps:** update dependency tar to v6.1.13 ([ea83fd7](https://github.com/eik-lib/core/commit/ea83fd7a6bb99c4094ac5704d32603d392164b13)) + ## [1.3.16](https://github.com/eik-lib/core/compare/v1.3.15...v1.3.16) (2022-12-08) diff --git a/package.json b/package.json index 5d709d3d..8d32068a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eik/core", - "version": "1.3.16", + "version": "1.3.17", "description": "Core server package", "main": "lib/main.js", "type": "module",