Skip to content

Commit fcbf4ee

Browse files
chore(main): release 3.17.0 (#950)
🤖 I have created a release *beep* *boop* --- ## [3.17.0](v3.16.0...v3.17.0) (2025-02-14) ### Features * **mappings:** allow flagging a mapping as `real`. It will be hidden if there's no real keymap. ([bcfe1e4](bcfe1e4)) * **preset:** some extra win keymaps ([ff61f4f](ff61f4f)) --- 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>
1 parent 5bf7a73 commit fcbf4ee

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.16.0"
2+
".": "3.17.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.17.0](https://github.com/folke/which-key.nvim/compare/v3.16.0...v3.17.0) (2025-02-14)
4+
5+
6+
### Features
7+
8+
* **mappings:** allow flagging a mapping as `real`. It will be hidden if there's no real keymap. ([bcfe1e4](https://github.com/folke/which-key.nvim/commit/bcfe1e4596dc0c6cc25a5b14b32f60a81d18c08d))
9+
* **preset:** some extra win keymaps ([ff61f4f](https://github.com/folke/which-key.nvim/commit/ff61f4fe0d21de199c44a9d893395b5005e96270))
10+
311
## [3.16.0](https://github.com/folke/which-key.nvim/compare/v3.15.0...v3.16.0) (2025-01-05)
412

513

lua/which-key/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---@field triggers {mappings: wk.Mapping[], modes: table<string,boolean>}
33
local M = {}
44

5-
M.version = "3.16.0" -- x-release-please-version
5+
M.version = "3.17.0" -- x-release-please-version
66

77
---@class wk.Opts
88
local defaults = {

0 commit comments

Comments
 (0)