Skip to content

Commit

Permalink
chore(main): release 0.7.2 (#285)
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>
  • Loading branch information
github-actions[bot] authored May 23, 2024
1 parent 5f5e66d commit 2808c8d
Show file tree
Hide file tree
Showing 2 changed files with 10 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.7.1"
".": "0.7.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.7.2](https://github.com/aileot/nvim-laurel/compare/v0.7.1...v0.7.2) (2024-05-23)


### Bug Fixes

* **extra-opts:** do not skip the next option after self-sufficient key ([#284](https://github.com/aileot/nvim-laurel/issues/284)) ([39302c4](https://github.com/aileot/nvim-laurel/commit/39302c44a69fd13e9fa623a58e79f103d9f3aa8e))
* **highlight:** remove `link` attribute restriction at compile time ([#287](https://github.com/aileot/nvim-laurel/issues/287)) ([0e20ac8](https://github.com/aileot/nvim-laurel/commit/0e20ac8eb5a5074959c7acc1cf58c6b7dde1e8d3))
* **keymap:** let `unmap!` with multi modes ([#280](https://github.com/aileot/nvim-laurel/issues/280)) ([5f5e66d](https://github.com/aileot/nvim-laurel/commit/5f5e66d29be83636dac395c317b92a3777b472a3))

## [0.7.1](https://github.com/aileot/nvim-laurel/compare/v0.7.0...v0.7.1) (2024-04-14)


Expand Down

0 comments on commit 2808c8d

Please sign in to comment.