Skip to content

Commit b74a3c8

Browse files
chore(main): release 3.16.0 (#925)
🤖 I have created a release *beep* *boop* --- ## [3.16.0](v3.15.0...v3.16.0) (2025-01-05) ### Features * **icons:** add refactoring ([#923](#923)) ([7b7e3d0](7b7e3d0)) ### Bug Fixes * **mappings:** add missing keybinds for g; & g, ([#924](#924)) ([57f4438](57f4438)) --- 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 6cebd86 commit b74a3c8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.15.0"
2+
".": "3.16.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.16.0](https://github.com/folke/which-key.nvim/compare/v3.15.0...v3.16.0) (2025-01-05)
4+
5+
6+
### Features
7+
8+
* **icons:** add refactoring ([#923](https://github.com/folke/which-key.nvim/issues/923)) ([7b7e3d0](https://github.com/folke/which-key.nvim/commit/7b7e3d0788957592e12970bbb9e0e14c4cd143d4))
9+
10+
11+
### Bug Fixes
12+
13+
* **mappings:** add missing keybinds for g; & g, ([#924](https://github.com/folke/which-key.nvim/issues/924)) ([57f4438](https://github.com/folke/which-key.nvim/commit/57f4438158e93be6856317e999758ed77f286dd9))
14+
315
## [3.15.0](https://github.com/folke/which-key.nvim/compare/v3.14.1...v3.15.0) (2024-12-15)
416

517

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

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

0 commit comments

Comments
 (0)