From 23d8467154974f7ad589a26a47a0e41a8ce54e39 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Mon, 27 Feb 2023 10:44:53 +0100 Subject: [PATCH] chore(release): 0.7.6 --- 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 311dc09a..88b96166 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.6](https://github.com/antares-sql/antares/compare/v0.7.5...v0.7.6) (2023-02-27) + + +### Bug Fixes + +* error with import/export tools, fixes [#541](https://github.com/antares-sql/antares/issues/541) ([d1297a0](https://github.com/antares-sql/antares/commit/d1297a0085fd54967817816efaeed5770a887bbf)) + ### [0.7.5](https://github.com/antares-sql/antares/compare/v0.7.4...v0.7.5) (2023-02-26) diff --git a/package-lock.json b/package-lock.json index 78a98c08..f062bf25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.5", + "version": "0.7.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.5", + "version": "0.7.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ff8aff44..006178f8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.5", + "version": "0.7.6", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git",