From 07b9da0e8369e69b6233979c891be59e687445a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 08:05:28 +0000 Subject: [PATCH] chore(main): release 3.15.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ lua/which-key/config.lua | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 60bb6868..9c10c70f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.14.1" + ".": "3.15.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cd58d247..75cf19a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lua/which-key/config.lua b/lua/which-key/config.lua index 694c7dd8..f29d7220 100644 --- a/lua/which-key/config.lua +++ b/lua/which-key/config.lua @@ -2,7 +2,7 @@ ---@field triggers {mappings: wk.Mapping[], modes: table} 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 = {