Skip to content

Commit 8ab96b3

Browse files
chore(main): release 3.15.0 (#909)
🤖 I have created a release *beep* *boop* --- ## [3.15.0](v3.14.1...v3.15.0) (2024-12-15) ### Features * **icons:** icons for snacks and profiler ([d533d8a](d533d8a)) ### Bug Fixes * **config:** load early when executing WhichKey command. Fixes [#912](#912) ([c890020](c890020)) --- 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 aa0220b commit 8ab96b3

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.14.1"
2+
".": "3.15.0"
33
}

CHANGELOG.md

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

3+
## [3.15.0](https://github.com/folke/which-key.nvim/compare/v3.14.1...v3.15.0) (2024-12-15)
4+
5+
6+
### Features
7+
8+
* **icons:** icons for snacks and profiler ([d533d8a](https://github.com/folke/which-key.nvim/commit/d533d8a2e0da3444986500ecc2fb0528062d6003))
9+
10+
11+
### Bug Fixes
12+
13+
* **config:** load early when executing WhichKey command. Fixes [#912](https://github.com/folke/which-key.nvim/issues/912) ([c890020](https://github.com/folke/which-key.nvim/commit/c8900201501ab6f0dcfabd55c70f6ba03ada3bd8))
14+
315
## [3.14.1](https://github.com/folke/which-key.nvim/compare/v3.14.0...v3.14.1) (2024-11-28)
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.14.1" -- x-release-please-version
5+
M.version = "3.15.0" -- x-release-please-version
66

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

0 commit comments

Comments
 (0)