From c2b602785ae46a0fa6a915622e0a9551bb72710a Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Tue, 20 Aug 2024 17:48:59 +0200 Subject: [PATCH] chore(release): 0.7.28 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6c358b..756fb54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.28](https://github.com/antares-sql/antares/compare/v0.7.28-beta.0...v0.7.28) (2024-08-20) + ### [0.7.28-beta.0](https://github.com/antares-sql/antares/compare/v0.7.27...v0.7.28-beta.0) (2024-08-06) diff --git a/package-lock.json b/package-lock.json index 357d1adc..a38125e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.28-beta.0", + "version": "0.7.28", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.28-beta.0", + "version": "0.7.28", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c62401c2..34f51151 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.28-beta.0", + "version": "0.7.28", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",