Skip to content

Commit cece2a9

Browse files
chore(main): release 11.7.0 (#1582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 88f4d13 commit cece2a9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.6.0"
2+
".": "11.7.0"
33
}

CHANGELOG.md

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

3+
## [11.7.0](https://github.com/folke/lazy.nvim/compare/v11.6.0...v11.7.0) (2024-06-29)
4+
5+
6+
### Features
7+
8+
* **minit:** fallback to habamax when no colorscheme set ([88f4d13](https://github.com/folke/lazy.nvim/commit/88f4d13e5f489eb30959db03a94ebfa10a78b47f))
9+
310
## [11.6.0](https://github.com/folke/lazy.nvim/compare/v11.5.2...v11.6.0) (2024-06-29)
411

512

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ M.defaults = {
218218
debug = false,
219219
}
220220

221-
M.version = "11.6.0" -- x-release-please-version
221+
M.version = "11.7.0" -- x-release-please-version
222222

223223
M.ns = vim.api.nvim_create_namespace("lazy")
224224

0 commit comments

Comments
 (0)