Skip to content

Commit

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


##
[3.11.1](v3.11.0...v3.11.1)
(2024-07-21)


### Bug Fixes

* **config:** keys can be any case. Fixes
[#771](#771)
([0a44d55](0a44d55))
* **config:** normalize keys
([c96be9b](c96be9b))

---
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 21, 2024
1 parent c96be9b commit c74c245
Show file tree
Hide file tree
Showing 3 changed files with 10 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.11.0"
".": "3.11.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.11.1](https://github.com/folke/which-key.nvim/compare/v3.11.0...v3.11.1) (2024-07-21)


### Bug Fixes

* **config:** keys can be any case. Fixes [#771](https://github.com/folke/which-key.nvim/issues/771) ([0a44d55](https://github.com/folke/which-key.nvim/commit/0a44d55d3bcdf75a134ec57c90aaec1055731014))
* **config:** normalize keys ([c96be9b](https://github.com/folke/which-key.nvim/commit/c96be9bd54ffbc2ec7fc818001cad712119d778c))

## [3.11.0](https://github.com/folke/which-key.nvim/compare/v3.10.0...v3.11.0) (2024-07-20)


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.11.0" -- x-release-please-version
M.version = "3.11.1" -- x-release-please-version

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

0 comments on commit c74c245

Please sign in to comment.