From 9a78b93166dbd18bed76d8e78aac862e8586ad46 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Wed, 29 Nov 2023 00:14:33 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.19.0=20=E2=86=92=201.19.1?= 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 0341e4a..860067c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = true commit_args = -S -current_version = 1.19.0 +current_version = 1.19.1 sign_tags = true tag = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c42076..2aacf51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## next +## 1.19.1 - Fix extension not calling Meson correctly in some circumstances like Cygwin diff --git a/package.json b/package.json index a996a5a..7b6f408 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.19.0", + "version": "1.19.1", "license": "Apache-2.0", "publisher": "mesonbuild", "author": {