Skip to content

Commit

Permalink
chore(main): release 3.9.0 (#750)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[3.9.0](v3.8.0...v3.9.0)
(2024-07-18)


### Features

* **config:** simplified config. Some options are now deprecated
([8ddf2da](8ddf2da))
* **view:** show and expand localleader mappings with filter.global =
false
([ed5f762](ed5f762))


### Bug Fixes

* **ui:** remove deprecated opts.layout.align option. (wasn't used).
Closes [#752](#752)
([db32ac6](db32ac6))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 18, 2024
1 parent 66a1ea1 commit ef7046a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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 @@
{
".": "3.8.0"
".": "3.9.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [3.9.0](https://github.com/folke/which-key.nvim/compare/v3.8.0...v3.9.0) (2024-07-18)


### Features

* **config:** simplified config. Some options are now deprecated ([8ddf2da](https://github.com/folke/which-key.nvim/commit/8ddf2da5a6aa76f5b3cec976f1d61e7c7fea42b5))
* **view:** show and expand localleader mappings with filter.global = false ([ed5f762](https://github.com/folke/which-key.nvim/commit/ed5f7622771d0b5c0ac3a5e286ec6cd17b6be131))


### Bug Fixes

* **ui:** remove deprecated opts.layout.align option. (wasn't used). Closes [#752](https://github.com/folke/which-key.nvim/issues/752) ([db32ac6](https://github.com/folke/which-key.nvim/commit/db32ac67abb36789a43fe497ff7d0b8ab7e8109e))

## [3.8.0](https://github.com/folke/which-key.nvim/compare/v3.7.0...v3.8.0) (2024-07-17)


Expand Down
2 changes: 1 addition & 1 deletion lua/which-key/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
---@field triggers {mappings: wk.Mapping[], modes: table<string,boolean>}
local M = {}

M.version = "3.8.0" -- x-release-please-version
M.version = "3.9.0" -- x-release-please-version

---@class wk.Opts
local defaults = {
Expand Down

0 comments on commit ef7046a

Please sign in to comment.