diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index a2914e52..a3d1f01f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.17.0" + ".": "3.17.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c73a54e..3c3f1826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.17.1](https://github.com/folke/which-key.nvim/compare/v3.17.0...v3.17.1) (2025-10-28) + + +### Bug Fixes + +* **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)) + ## [3.17.0](https://github.com/folke/which-key.nvim/compare/v3.16.0...v3.17.0) (2025-02-14) diff --git a/lua/which-key/config.lua b/lua/which-key/config.lua index 474a2943..d4c23c05 100644 --- a/lua/which-key/config.lua +++ b/lua/which-key/config.lua @@ -2,7 +2,7 @@ ---@field triggers {mappings: wk.Mapping[], modes: table} local M = {} -M.version = "3.17.0" -- x-release-please-version +M.version = "3.17.1" -- x-release-please-version ---@class wk.Opts local defaults = {