Skip to content

Commit edc5011

Browse files
committed
bump
1 parent 02a5fde commit edc5011

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

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

3+
## [5.4.0](https://github.com/neovim/node-client/compare/v5.3.0...v5.4.0)
4+
5+
- TODO
6+
37
## [5.3.0](https://github.com/neovim/node-client/compare/v5.2.1...v5.3.0)
48

59
- `findNvim` supports `firstMatch` parameter which callers can use to stop

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neovim",
3-
"version": "5.3.0",
3+
"version": "5.3.1-dev.0",
44
"private": true,
55
"workspaces": [
66
"packages/neovim",

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.3.0",
4+
"version": "5.3.1-dev.0",
55
"homepage": "https://github.com/neovim/node-client",
66
"authors": [
77
{

0 commit comments

Comments
 (0)