Skip to content

Commit 21e9f77

Browse files
committed
bump
1 parent 7cd5905 commit 21e9f77

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.3.0](https://github.com/neovim/node-client/compare/v5.2.1...v5.3.0)
4+
5+
- TBD
6+
37
## [5.2.1](https://github.com/neovim/node-client/compare/v5.2.0...v5.2.1)
48

59
- fix(logger): console.assert() throws exception

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

0 commit comments

Comments
 (0)