From 61d651713d716f055fe5f42062a539fae005e833 Mon Sep 17 00:00:00 2001 From: Richard Sustek Date: Tue, 29 Oct 2024 09:39:42 +0100 Subject: [PATCH] Release --- CHANGELOG.md | 2 +- lib/metadata.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dba362..b85b6a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. See [standa ### Features +* Handles intermediate workflow steps transitions * updates deps ([e42f04d](https://github.com/Kontent-ai/kontent-ai-migration-toolkit/commit/e42f04d5ab08ce602292a31f34469b058fac9bb9)) @@ -20,7 +21,6 @@ All notable changes to this project will be documented in this file. See [standa ### Bug Fixes -* Handles intermediate workflow steps transitions * updates deps which fixes possibility of sending incorrect headers ([1dbf50f](https://github.com/Kontent-ai/kontent-ai-migration-toolkit/commit/1dbf50f7ce08bdc070af7703d670b49da4c13367)) ## [2.1.0](https://github.com/Kontent-ai/kontent-ai-migration-toolkit/compare/v2.0.0...v2.1.0) (2024-10-08) diff --git a/lib/metadata.ts b/lib/metadata.ts index 7615fd1..f001c06 100644 --- a/lib/metadata.ts +++ b/lib/metadata.ts @@ -1,6 +1,6 @@ export const libMetadata = { name: '@kontent-ai/migration-toolkit', - timestamp: 'Tue, 08 Oct 2024 13:54:56 GMT', - version: '2.1.1' + timestamp: 'Tue, 29 Oct 2024 08:38:01 GMT', + version: '2.2.0' };