Skip to content

Commit b02c9ea

Browse files
chore(main): release 11.11.1 (#1643)
🤖 I have created a release *beep* *boop* --- ## [11.11.1](v11.11.0...v11.11.1) (2024-07-13) ### Bug Fixes * **config:** check for lib64. Fixes [#1343](#1343) ([93499c5](93499c5)) * **lockfile:** ensure newline at EOF for lockfile ([#1639](#1639)) ([7ed9f71](7ed9f71)) --- 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>
1 parent 6e66f8e commit b02c9ea

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.11.0"
2+
".": "11.11.1"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [11.11.1](https://github.com/folke/lazy.nvim/compare/v11.11.0...v11.11.1) (2024-07-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **config:** check for lib64. Fixes [#1343](https://github.com/folke/lazy.nvim/issues/1343) ([93499c5](https://github.com/folke/lazy.nvim/commit/93499c5deb37641c6cf71528a93f101d186b409f))
9+
* **lockfile:** ensure newline at EOF for lockfile ([#1639](https://github.com/folke/lazy.nvim/issues/1639)) ([7ed9f71](https://github.com/folke/lazy.nvim/commit/7ed9f7173cdec71a057053d7e6efc20c2c230b95))
10+
311
## [11.11.0](https://github.com/folke/lazy.nvim/compare/v11.10.4...v11.11.0) (2024-07-11)
412

513

lua/lazy/core/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function M.hererocks()
228228
return M.options.rocks.hererocks
229229
end
230230

231-
M.version = "11.11.0" -- x-release-please-version
231+
M.version = "11.11.1" -- x-release-please-version
232232

233233
M.ns = vim.api.nvim_create_namespace("lazy")
234234

0 commit comments

Comments
 (0)