From f13489695172beb271b23e3725209dbfe478a125 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 13:50:12 +0000 Subject: [PATCH] chore: release 0.3.12 --- CHANGELOG.md | 7 +++++++ lua/remote-nvim/constants.lua | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99914de..6bd066f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.12](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.11...v0.3.12) (2024-08-04) + + +### Bug Fixes + +* **scripts:** Explicitly specify bash command to run scripts ([#156](https://github.com/amitds1997/remote-nvim.nvim/issues/156)) ([f837763](https://github.com/amitds1997/remote-nvim.nvim/commit/f83776310adc130e5084d1b7672f402dba4cc70e)) + ## [0.3.11](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.10...v0.3.11) (2024-07-06) diff --git a/lua/remote-nvim/constants.lua b/lua/remote-nvim/constants.lua index ce1592c..d969ffc 100644 --- a/lua/remote-nvim/constants.lua +++ b/lua/remote-nvim/constants.lua @@ -3,7 +3,7 @@ ---@alias plenary.logger table Plenary logger instance return { - PLUGIN_VERSION = "0.3.11", -- x-release-please-version + PLUGIN_VERSION = "0.3.12", -- x-release-please-version PLUGIN_NAME = "remote-nvim.nvim", MIN_NEOVIM_VERSION = "v0.9.0", }