Skip to content

Commit ec95702

Browse files
chore(main): release 11.5.2 (#1577)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2a6a2dc commit ec95702

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.5.1"
2+
".": "11.5.2"
33
}

CHANGELOG.md

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

3+
## [11.5.2](https://github.com/folke/lazy.nvim/compare/v11.5.1...v11.5.2) (2024-06-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **git:** tagrefs ([2a6a2dc](https://github.com/folke/lazy.nvim/commit/2a6a2dce1b14f35e7eb7cbe8f25202ed83cba697))
9+
310
## [11.5.1](https://github.com/folke/lazy.nvim/compare/v11.5.0...v11.5.1) (2024-06-28)
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.5.1" -- x-release-please-version
221+
M.version = "11.5.2" -- x-release-please-version
222222

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

0 commit comments

Comments
 (0)