Skip to content

Commit

Permalink
chore(main): release 0.6.2 (#260)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: aileot <[email protected]>
  • Loading branch information
github-actions[bot] and aileot authored Apr 7, 2024
1 parent 106392a commit 2f8c980
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.1"
".": "0.6.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.6.2](https://github.com/aileot/nvim-laurel/compare/v0.6.1...v0.6.2) (2024-04-07)


### Features

* accept `buffer` with no next value in `extra-opts` to set it to `0` ([#268](https://github.com/aileot/nvim-laurel/issues/268)) ([4b4a82d](https://github.com/aileot/nvim-laurel/commit/4b4a82dcb6d1fc780cb18f2fa8c5ec1795066bb0))
* **keymap:** add extra-opt `wait` against `nowait` ([#264](https://github.com/aileot/nvim-laurel/issues/264)) ([528d8ae](https://github.com/aileot/nvim-laurel/commit/528d8ae45c061431275645bcd61aa3ea6be5d996))
* **option:** add `let!` macro as a superset of `opt`, `opt_local`, `opt_global`, `bo!`, `wo!`, ... ([#253](https://github.com/aileot/nvim-laurel/issues/253)) ([e737141](https://github.com/aileot/nvim-laurel/commit/e737141bf6c35eeec6f40d0dd0c29652a42bd977))


### Bug Fixes

* **command:** accept `:count` and `:range` without value to set default option value ([#267](https://github.com/aileot/nvim-laurel/issues/267)) ([949686a](https://github.com/aileot/nvim-laurel/commit/949686ab3bac18e410ba2bd4cd45215e0ebf8ae5))

## [0.6.1](https://github.com/aileot/nvim-laurel/compare/v0.6.0...v0.6.1) (2024-03-16)


Expand Down

0 comments on commit 2f8c980

Please sign in to comment.