From ea5cad02f10565c8d3881890d8b4ea3a713b6ff8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivica=20Batini=C4=87?= Date: Tue, 23 Apr 2024 18:54:24 +0200 Subject: [PATCH] chore: add changelog --- .changeset/itchy-camels-peel.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/itchy-camels-peel.md diff --git a/.changeset/itchy-camels-peel.md b/.changeset/itchy-camels-peel.md deleted file mode 100644 index 40761e1..0000000 --- a/.changeset/itchy-camels-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ikona/cli': patch ---- - -Fix Typescript error when declaration setting is enabled. To fix these tha package exports type definitions for CliConfig and Config. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0e02879..753acc6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @ikona/cli +## 0.1.7 + +### Patch Changes + +- eac415c: Fix Typescript error when declaration setting is enabled. To fix these tha package exports type definitions for CliConfig and Config. + ## 0.1.6 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 3af267f..e1193d0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@ikona/cli", - "version": "0.1.6", + "version": "0.1.7", "description": "Ikona CLI", "author": "Ivica Batinić