Skip to content

Commit

Permalink
chore(main): release 12.42.0 (LazyVim#4535)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[12.42.0](LazyVim/LazyVim@v12.41.0...v12.42.0)
(2024-10-04)


### Features

* **root:** provide `vim.g.root_lsp_ignore` to ignore LSP servers
([LazyVim#4332](LazyVim#4332))
([90a9231](LazyVim@90a9231))


### Bug Fixes

* **gitsigns:** change name of filetype blame
([LazyVim#4243](LazyVim#4243))
([3e257fd](LazyVim@3e257fd))
* **neotest:** properly initialize adapter with call table. Fixes
[LazyVim#4538](LazyVim#4538)
([327e829](LazyVim@327e829))

---
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>
  • Loading branch information
github-actions[bot] authored Oct 4, 2024
1 parent c49b788 commit 13a4a84
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "12.41.0"
".": "12.42.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [12.42.0](https://github.com/LazyVim/LazyVim/compare/v12.41.0...v12.42.0) (2024-10-04)


### Features

* **root:** provide `vim.g.root_lsp_ignore` to ignore LSP servers ([#4332](https://github.com/LazyVim/LazyVim/issues/4332)) ([90a9231](https://github.com/LazyVim/LazyVim/commit/90a92312aed79d4ee9d231f9eb3f8cd4debc46d1))


### Bug Fixes

* **gitsigns:** change name of filetype blame ([#4243](https://github.com/LazyVim/LazyVim/issues/4243)) ([3e257fd](https://github.com/LazyVim/LazyVim/commit/3e257fdb8874d7112446dc3ca1caf9c3263d8194))
* **neotest:** properly initialize adapter with call table. Fixes [#4538](https://github.com/LazyVim/LazyVim/issues/4538) ([327e829](https://github.com/LazyVim/LazyVim/commit/327e829c156864975785914038fe4515dadcba87))

## [12.41.0](https://github.com/LazyVim/LazyVim/compare/v12.40.0...v12.41.0) (2024-10-02)


Expand Down
2 changes: 1 addition & 1 deletion lua/lazyvim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _G.LazyVim = require("lazyvim.util")
---@class LazyVimConfig: LazyVimOptions
local M = {}

M.version = "12.41.0" -- x-release-please-version
M.version = "12.42.0" -- x-release-please-version
LazyVim.config = M

---@class LazyVimOptions
Expand Down

0 comments on commit 13a4a84

Please sign in to comment.