Skip to content

Commit

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


##
[3.12.0](v3.11.1...v3.12.0)
(2024-07-22)


### Features

* **api:** allow overriding delay. Closes
[#778](#778)
([e6fea48](e6fea48))


### Bug Fixes

* dont expand nodes without children. Fixes
[#782](#782)
([53a1d2a](53a1d2a))

---
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 22, 2024
1 parent 53a1d2a commit 48cdaaa
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1"
".": "3.12.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.12.0](https://github.com/folke/which-key.nvim/compare/v3.11.1...v3.12.0) (2024-07-22)


### Features

* **api:** allow overriding delay. Closes [#778](https://github.com/folke/which-key.nvim/issues/778) ([e6fea48](https://github.com/folke/which-key.nvim/commit/e6fea4889c20f22a7c6267cf1f1d091bc96f8ca0))


### Bug Fixes

* dont expand nodes without children. Fixes [#782](https://github.com/folke/which-key.nvim/issues/782) ([53a1d2a](https://github.com/folke/which-key.nvim/commit/53a1d2a674df5fb667497fe3bbda625c39a2c0e1))

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


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

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

0 comments on commit 48cdaaa

Please sign in to comment.