Skip to content

Commit 889b384

Browse files
chore(main): release 2.1.1 (#15)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 224bbcf commit 889b384

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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+
310
## [2.1.0](https://github.com/jpwol/thorn.nvim/compare/v2.0.1...v2.1.0) (2025-11-17)
411

512

lua/thorn/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local M = {}
2-
M.version = "2.1.0" -- x-release-please-version
2+
M.version = "2.1.1" -- x-release-please-version
33

44
-- stylua: ignore
55
M.default = {

0 commit comments

Comments
 (0)