Skip to content

Commit 82cac52

Browse files
chore(main): release 3.17.1
1 parent b4177e3 commit 82cac52

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.17.0"
2+
".": "3.17.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.17.1](https://github.com/folke/which-key.nvim/compare/v3.17.0...v3.17.1) (2025-10-08)
4+
5+
6+
### Bug Fixes
7+
8+
* **view:** double footer border. Fixes [#964](https://github.com/folke/which-key.nvim/issues/964) ([#974](https://github.com/folke/which-key.nvim/issues/974)) ([7ea0fe4](https://github.com/folke/which-key.nvim/commit/7ea0fe4fea8770ef1b3896a49e72c79f889ab230))
9+
310
## [3.17.0](https://github.com/folke/which-key.nvim/compare/v3.16.0...v3.17.0) (2025-02-14)
411

512

lua/which-key/config.lua

Lines changed: 1 addition & 1 deletion
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.17.0" -- x-release-please-version
5+
M.version = "3.17.1" -- x-release-please-version
66

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

0 commit comments

Comments
 (0)