From 19d9f56f08b1a1868d875d60958a180ab526e1cc Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Wed, 1 Nov 2023 09:43:50 +0100 Subject: [PATCH] chore(release): 0.7.19 --- 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 3ade46a4..b9adb6c7 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.19](https://github.com/antares-sql/antares/compare/v0.7.19-beta.2...v0.7.19) (2023-11-01) + + +### Bug Fixes + +* table field changes not saved on text fields if pressing enter on textarea modal ([f6fb266](https://github.com/antares-sql/antares/commit/f6fb266771f2d798c8ae42b997c1e33520cf21c3)) + ### [0.7.19-beta.2](https://github.com/antares-sql/antares/compare/v0.7.19-beta.1...v0.7.19-beta.2) (2023-10-29) diff --git a/package-lock.json b/package-lock.json index 034d5c4a..912fa078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.19-beta.2", + "version": "0.7.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.19-beta.2", + "version": "0.7.19", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f06518f4..9139a684 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.19-beta.2", + "version": "0.7.19", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",