From b830a8a06ba253d8ad2045d4f5fb3ecd049e7c8a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:10:54 +0000 Subject: [PATCH] [skip ci] Release v0.1.9 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b59703..62c8a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## 0.1.9 (2024-10-11) + + +### Bug Fixes + +* Strange 255 exit code on Windows ([#19](https://github.com/mikew/nvrh/issues/19)) ([438df45](https://github.com/mikew/nvrh/commit/438df4593cfe0097f36405e38bb77f090c51425b)) + ## 0.1.8 (2024-10-09) diff --git a/manifest.json b/manifest.json index 9ba2f55..310c98c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { "name": "nvrh", "shortDescription": "A remote helper for neovim", - "version": "0.1.8" + "version": "0.1.9" }