From 957cb9e1a59432fa947af26008020b4ac4f43aa9 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Fri, 3 May 2024 14:21:14 +0200 Subject: [PATCH] chore(release): 0.7.24 --- 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 3945628d..654e3dd6 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.24](https://github.com/antares-sql/antares/compare/v0.7.24-beta.1...v0.7.24) (2024-05-03) + + +### Bug Fixes + +* missing accent color change ([09c274a](https://github.com/antares-sql/antares/commit/09c274a724b5020efc650aaf7eecb2404343a6fc)) + ### [0.7.24-beta.1](https://github.com/antares-sql/antares/compare/v0.7.24-beta.0...v0.7.24-beta.1) (2024-04-30) diff --git a/package-lock.json b/package-lock.json index defb089b..329509a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.24-beta.1", + "version": "0.7.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.24-beta.1", + "version": "0.7.24", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4c6e91d4..bde8d4a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.24-beta.1", + "version": "0.7.24", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",