From ba6063e6363b66e4422dda35e198fe7bebb39ec9 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Fri, 8 Dec 2023 13:08:29 +0100 Subject: [PATCH] chore(release): 0.7.20 --- 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 51c5df04..ebda4a22 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.20](https://github.com/antares-sql/antares/compare/v0.7.20-beta.2...v0.7.20) (2023-12-08) + + +### Bug Fixes + +* missing update indicator on setting icon ([b055350](https://github.com/antares-sql/antares/commit/b055350726774e05a4e04ea6d890c46f64f2112e)) + ### [0.7.20-beta.2](https://github.com/antares-sql/antares/compare/v0.7.20-beta.1...v0.7.20-beta.2) (2023-12-06) diff --git a/package-lock.json b/package-lock.json index 02afdcbc..f9e1c00f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.20-beta.2", + "version": "0.7.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.20-beta.2", + "version": "0.7.20", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a68da709..c910f4a5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.20-beta.2", + "version": "0.7.20", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",