Skip to content

Commit

Permalink
chore(main): release 10.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 31, 2024
1 parent b77aaa0 commit 2b0aaa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [10.21.2](https://github.com/folke/lazy.nvim/compare/v10.21.1...v10.21.2) (2024-05-31)


### Bug Fixes

* **ui:** deduplicate plugins when selecting multiple ([#1491](https://github.com/folke/lazy.nvim/issues/1491)) ([b77aaa0](https://github.com/folke/lazy.nvim/commit/b77aaa08cb5b178ed8662765caa41c70ff254a4c))

## [10.21.1](https://github.com/folke/lazy.nvim/compare/v10.21.0...v10.21.1) (2024-05-31)


Expand Down
2 changes: 1 addition & 1 deletion lua/lazy/core/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ M.defaults = {
debug = false,
}

M.version = "10.21.1" -- x-release-please-version
M.version = "10.21.2" -- x-release-please-version

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

Expand Down

0 comments on commit 2b0aaa7

Please sign in to comment.