Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed Mar 20, 2024
1 parent c0ea572 commit e03e409
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ nvimrc
doc
# Copied from top-level README.md by the docs generation task.
packages/neovim/README.md
packages/neovim/CHANGELOG.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Only maintainers of the [neovim NPM package](https://www.npmjs.com/package/neovi
npm run publish:neovim
export _VERSION=$(grep -o 'version": "[^"]\+' packages/neovim/package.json | sed 's/.*"//')
git tag "v${_VERSION}"
git push --follow-tags
git push --tags
```
3. Post-release tasks:
```bash
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.1.0",
"version": "5.1.1-dev.0",
"homepage": "https://github.com/neovim/node-client",
"authors": [
{
Expand Down

0 comments on commit e03e409

Please sign in to comment.