Skip to content

Commit

Permalink
chore(main): release 3.13.3 (#835)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent e6e9f77 commit fb07034
Show file tree
Hide file tree
Showing 3 changed files with 11 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.13.2"
".": "3.13.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.13.3](https://github.com/folke/which-key.nvim/compare/v3.13.2...v3.13.3) (2024-09-18)


### Bug Fixes

* **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))
* **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))
* **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))

## [3.13.2](https://github.com/folke/which-key.nvim/compare/v3.13.1...v3.13.2) (2024-07-24)


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

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

0 comments on commit fb07034

Please sign in to comment.