Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Jul 14, 2024
1 parent 1deeba2 commit 296a414
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.1"
".": "2.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/mikavilpas/yazi.nvim/compare/v1.5.1...v2.0.0) (2024-07-14)


### ⚠ BREAKING CHANGES

* The optional `hovered_buffer_background` key in the `YaziConfigHighlightGroups` has been renamed to `hovered_buffer`. This change was made to better reflect the purpose of the key.

### Features

* add default colors for hover highlighting ([#194](https://github.com/mikavilpas/yazi.nvim/issues/194)) ([1deeba2](https://github.com/mikavilpas/yazi.nvim/commit/1deeba2fb2ab6a741d1df66a80b08112bae59327))

## [1.5.1](https://github.com/mikavilpas/yazi.nvim/compare/v1.5.0...v1.5.1) (2024-07-12)


Expand Down

0 comments on commit 296a414

Please sign in to comment.