Skip to content

Commit fb07034

Browse files
chore(main): release 3.13.3 (#835)
🤖 I have created a release *beep* *boop* --- ## [3.13.3](v3.13.2...v3.13.3) (2024-09-18) ### Bug Fixes * **config:** disable wk by default for terminal mode ([#825](#825)) ([e7b415c](e7b415c)) * **triggers:** never attach when macro is recording / executing. Fixes [#851](#851). Fixes [#822](#822). Fixes [#807](#807) ([6b023b4](6b023b4)) * **view:** display actual scroll up/down keys in help ([#821](#821)) ([dafe27a](dafe27a)) --- 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 e6e9f77 commit fb07034

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.13.2"
2+
".": "3.13.3"
33
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.13.3](https://github.com/folke/which-key.nvim/compare/v3.13.2...v3.13.3) (2024-09-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** disable wk by default for terminal mode ([#825](https://github.com/folke/which-key.nvim/issues/825)) ([e7b415c](https://github.com/folke/which-key.nvim/commit/e7b415cc1d9ac9aee180ee5c8e46ca1484ebda78))
9+
* **triggers:** never attach when macro is recording / executing. Fixes [#851](https://github.com/folke/which-key.nvim/issues/851). Fixes [#822](https://github.com/folke/which-key.nvim/issues/822). Fixes [#807](https://github.com/folke/which-key.nvim/issues/807) ([6b023b4](https://github.com/folke/which-key.nvim/commit/6b023b4c29ecc0aad06a51dd14bd2754b43bb0c8))
10+
* **view:** display actual scroll up/down keys in help ([#821](https://github.com/folke/which-key.nvim/issues/821)) ([dafe27a](https://github.com/folke/which-key.nvim/commit/dafe27a06919bc5077db2ee97feec54d0932450e))
11+
312
## [3.13.2](https://github.com/folke/which-key.nvim/compare/v3.13.1...v3.13.2) (2024-07-24)
413

514

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.13.2" -- x-release-please-version
5+
M.version = "3.13.3" -- x-release-please-version
66

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

0 commit comments

Comments
 (0)