Skip to content

Commit f94f4d0

Browse files
committed
bump
1 parent ff20838 commit f94f4d0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,8 @@ Only maintainers of the [neovim NPM package](https://www.npmjs.com/package/neovi
207207
```
208208
3. Post-release tasks:
209209
```bash
210-
cd packages/neovim/
211210
npm version -w packages/neovim/ --no-git-tag-version prerelease --preid dev
212-
git add package*.json && git commit -m bump
211+
git add packages/*/package.json package*.json && git commit -m bump
213212
git push
214213
```
215214

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

0 commit comments

Comments
 (0)