Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2022-10-25)

### Bug Fixes

* cmp.update_capabilities -> cmp.default_capabilities [#44](https://github.com/busyhe/nvim/issues/44) ([d340251](d340251))
* **npm:** npm register ([1933d8c](1933d8c))
  • Loading branch information
semantic-release-bot committed Oct 25, 2022
1 parent 1933d8c commit dbc2783
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.2.1](https://github.com/busyhe/nvim/compare/v1.2.0...v1.2.1) (2022-10-25)


### Bug Fixes

* cmp.update_capabilities -> cmp.default_capabilities [#44](https://github.com/busyhe/nvim/issues/44) ([d340251](https://github.com/busyhe/nvim/commit/d34025151fb4b7611dbaa6d6ff4f45e6a4fd9d4e))
* **npm:** npm register ([1933d8c](https://github.com/busyhe/nvim/commit/1933d8ca6f2e9964f9a14907251b7727d3aa5506))

# [1.2.0](https://github.com/busyhe/nvim/compare/v1.1.1...v1.2.0) (2022-07-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nvim",
"version": "1.2.0",
"version": "1.2.1",
"description": "busyhe neovim config",
"repository": "git@github.com:busyhe/nvim.git",
"author": "busyhe <busyhe@qq.com>",
Expand Down

0 comments on commit dbc2783

Please sign in to comment.