From e82670b018b86128d16f1922a015cf91deaf69ef Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Tue, 28 Nov 2023 15:20:13 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.18.1=20=E2=86=92=201.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e49f8d4c..0341e4a5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.18.1 +current_version = 1.19.0 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf34202..83b89f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## next +## 1.19.0 - Bump Swift-MesonLSP to v3.1.3 - Fix absolute build directories diff --git a/package.json b/package.json index d0cd4be3..a996a5a8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Meson", "description": "Meson language support for Visual Studio Code", "icon": "graphics/icon.png", - "version": "1.18.1", + "version": "1.19.0", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {