Skip to content

Commit 00c23e7

Browse files
chore(main): release 11.8.0 (#1583)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 695a058 commit 00c23e7

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.7.0"
2+
".": "11.8.0"
33
}

CHANGELOG.md

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

3+
## [11.8.0](https://github.com/folke/lazy.nvim/compare/v11.7.0...v11.8.0) (2024-06-29)
4+
5+
6+
### Features
7+
8+
* **plugin:** allow loading specs without pkg ([695a058](https://github.com/folke/lazy.nvim/commit/695a05872a5b44e366e5532eb2fe38a64fae8357))
9+
310
## [11.7.0](https://github.com/folke/lazy.nvim/compare/v11.6.0...v11.7.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.7.0" -- x-release-please-version
221+
M.version = "11.8.0" -- x-release-please-version
222222

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

0 commit comments

Comments
 (0)