Skip to content

Commit ff20838

Browse files
committed
release
1 parent 20adbe8 commit ff20838

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## [5.0.0](https://github.com/neovim/node-client/compare/v4.11.0...v5.0.0) (2024-03-01)
4+
5+
- Renamed `getNvimFromEnv` to `findNvim`
6+
- fix: `findNvim()` fails if path has spaces. #319
7+
38
## [4.11.0](https://github.com/neovim/node-client/compare/v4.10.0...v4.11.0) (2024-02-07)
49

510
- `getNvimFromEnv` provides a way to easily find `nvim` on the user's system. (Currently depends on `$PATH` #267)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/neovim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neovim",
33
"description": "Nvim msgpack API client and remote plugin provider",
4-
"version": "5.0.1-dev.0",
4+
"version": "5.0.1",
55
"homepage": "https://github.com/neovim/node-client",
66
"authors": [
77
{

0 commit comments

Comments
 (0)