Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Mar 1, 2024
1 parent ff20838 commit f94f4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,8 @@ Only maintainers of the [neovim NPM package](https://www.npmjs.com/package/neovi
```
3. Post-release tasks:
```bash
cd packages/neovim/
npm version -w packages/neovim/ --no-git-tag-version prerelease --preid dev
git add package*.json && git commit -m bump
git add packages/*/package.json package*.json && git commit -m bump
git push
```

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/neovim/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neovim",
"description": "Nvim msgpack API client and remote plugin provider",
"version": "5.0.1",
"version": "5.0.2-dev.0",
"homepage": "https://github.com/neovim/node-client",
"authors": [
{
Expand Down

0 comments on commit f94f4d0

Please sign in to comment.