From 971df3a9897cd90bd1175ea9ac2ebd2f5a629331 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Fri, 14 Feb 2025 18:03:57 +0100 Subject: [PATCH] chore(release): 0.7.33 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe878ff..e9b059c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.7.33](https://github.com/antares-sql/antares/compare/v0.7.32...v0.7.33) (2025-02-14) + + +### Bug Fixes + +* issue with some SSH connections, fixes [#947](https://github.com/antares-sql/antares/issues/947) ([3129bf4](https://github.com/antares-sql/antares/commit/3129bf4baa5e72b1d79df986605fd5fad1dce291)) + ### [0.7.32](https://github.com/antares-sql/antares/compare/v0.7.31...v0.7.32) (2025-02-14) diff --git a/package-lock.json b/package-lock.json index 460fc03c..dec33e73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.32", + "version": "0.7.33", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.32", + "version": "0.7.33", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b959b460..9f583a27 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.32", + "version": "0.7.33", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",