Skip to content

Commit

Permalink
chore: release 0.3.4 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 8, 2024
1 parent c0ddaa4 commit 895b885
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.4](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.3...v0.3.4) (2024-05-08)


### Bug Fixes

* **provider:** set install method correctly ([c0ddaa4](https://github.com/amitds1997/remote-nvim.nvim/commit/c0ddaa46fe8ace17e9a5428d6c15d51e1f6cdb1d))

## [0.3.3](https://github.com/amitds1997/remote-nvim.nvim/compare/v0.3.2...v0.3.3) (2024-05-08)


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.3", -- x-release-please-version
PLUGIN_VERSION = "0.3.4", -- x-release-please-version
PLUGIN_NAME = "remote-nvim.nvim",
MIN_NEOVIM_VERSION = "v0.9.0",
}

0 comments on commit 895b885

Please sign in to comment.