Skip to content

Commit

Permalink
chore: release 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 4, 2024
1 parent ffbf91f commit f134896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lua/remote-nvim/constants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

0 comments on commit f134896

Please sign in to comment.