From f267372d457606c16e80ad3ff9cbb012e50e54c3 Mon Sep 17 00:00:00 2001 From: f1ames Date: Thu, 4 Jan 2024 15:34:09 +0100 Subject: [PATCH] chore(release): 2.4.4 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0b800aa..44d422407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.4.4](https://github.com/kubeshop/monokle/compare/v2.4.3...v2.4.4) (2024-01-04) + + +### Bug Fixes + +* add client data to synchronizer instances ([46ffb9f](https://github.com/kubeshop/monokle/commit/46ffb9fed0dc0b152637485fd8443097ebb8fd0d)) +* fix synchronizer invalid calls ([178b830](https://github.com/kubeshop/monokle/commit/178b83029796fe0163c41d92757052498c04e1bf)) +* send machineId only when tracking enabled ([44c35df](https://github.com/kubeshop/monokle/commit/44c35df10de3884e865ec2d6b1ab568f0694ec1f)) + ### [2.4.3](https://github.com/kubeshop/monokle/compare/v2.4.3-nightly-2023-12-08.0...v2.4.3) (2023-12-08) ### [2.4.2](https://github.com/kubeshop/monokle/compare/v2.4.2-nightly-2023-10-23.0...v2.4.2) (2023-10-23) diff --git a/package-lock.json b/package-lock.json index 0fe936638..8d066f540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "monokle", - "version": "2.4.3", + "version": "2.4.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "monokle", - "version": "2.4.3", + "version": "2.4.4", "hasInstallScript": true, "dependencies": { "@ant-design/icons": "4.8.0", diff --git a/package.json b/package.json index 36f63f3b9..35a2d37a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monokle", - "version": "2.4.3", + "version": "2.4.4", "author": "Kubeshop", "description": "Desktop IDE for working with Kubernetes Clusters and YAML configurations", "homepage": "./",