Skip to content

Commit

Permalink
chore(main): release 3.15.0 (#909)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Dec 15, 2024
1 parent aa0220b commit 8ab96b3
Show file tree
Hide file tree
Showing 3 changed files with 14 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.14.1"
".": "3.15.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.15.0](https://github.com/folke/which-key.nvim/compare/v3.14.1...v3.15.0) (2024-12-15)


### Features

* **icons:** icons for snacks and profiler ([d533d8a](https://github.com/folke/which-key.nvim/commit/d533d8a2e0da3444986500ecc2fb0528062d6003))


### Bug Fixes

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

## [3.14.1](https://github.com/folke/which-key.nvim/compare/v3.14.0...v3.14.1) (2024-11-28)


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

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

0 comments on commit 8ab96b3

Please sign in to comment.