We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224bbcf commit 889b384Copy full SHA for 889b384
3 files changed
.github/.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.1.0"
+ ".": "2.1.1"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [2.1.1](https://github.com/jpwol/thorn.nvim/compare/v2.1.0...v2.1.1) (2025-11-17)
4
+
5
6
+### Bug Fixes
7
8
+* user couldn't override vim.o.background in setup ([224bbcf](https://github.com/jpwol/thorn.nvim/commit/224bbcfd2978c445a875249f7e48753e3272c13b))
9
10
## [2.1.0](https://github.com/jpwol/thorn.nvim/compare/v2.0.1...v2.1.0) (2025-11-17)
11
12
lua/thorn/init.lua
@@ -1,5 +1,5 @@
local M = {}
-M.version = "2.1.0" -- x-release-please-version
+M.version = "2.1.1" -- x-release-please-version
-- stylua: ignore
M.default = {
0 commit comments