From a752dcb6a9134346ef9d0c05b4f586355373a404 Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sun, 7 Apr 2024 16:54:05 +0200 Subject: [PATCH 1/3] chore(release): 0.7.23 --- 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 d396b565..7399eaa5 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.23](https://github.com/antares-sql/antares/compare/v0.7.23-beta.1...v0.7.23) (2024-04-07) + ### [0.7.23-beta.1](https://github.com/antares-sql/antares/compare/v0.7.23-beta.0...v0.7.23-beta.1) (2024-04-02) diff --git a/package-lock.json b/package-lock.json index 9ca2993c..e5c22263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "antares", - "version": "0.7.23-beta.1", + "version": "0.7.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "antares", - "version": "0.7.23-beta.1", + "version": "0.7.23", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2907ed91..59b20fe7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antares", "productName": "Antares", - "version": "0.7.23-beta.1", + "version": "0.7.23", "description": "A modern, fast and productivity driven SQL client with a focus in UX.", "license": "MIT", "repository": "https://github.com/antares-sql/antares.git", From 4537d96f3e421c42e4760cacbe6c8c438af3d505 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:49:31 +0000 Subject: [PATCH 2/3] docs: update README.md [skip ci] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 99adb3e5..cdbd4868 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Ladislav Vondráček
Ladislav Vondráček

🌍 Vladyslav
Vladyslav

🌍 + + Bagus Indrayana
Bagus Indrayana

💻 + From d163cbfac8e05e33cfca53c3b0e8a8d12f180bde Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:49:32 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index de8e88c1..70877547 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -266,6 +266,15 @@ "contributions": [ "translation" ] + }, + { + "login": "bagusindrayana", + "name": "Bagus Indrayana", + "avatar_url": "https://avatars.githubusercontent.com/u/36830534?v=4", + "profile": "https://github.com/bagusindrayana", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7,