Skip to content

Commit c328f3f

Browse files
chore(main): release 2.1.2 (#18)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32d7088 commit c328f3f

File tree

3 files changed

+10
-2
lines changed

3 files changed

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

CHANGELOG.md

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

3+
## [2.1.2](https://github.com/jpwol/thorn.nvim/compare/v2.1.1...v2.1.2) (2025-12-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **#16:** add `[@markup](https://github.com/markup).quote` group ([#17](https://github.com/jpwol/thorn.nvim/issues/17)) ([32d7088](https://github.com/jpwol/thorn.nvim/commit/32d708808ea21bb6723e80d8cb932393beb1ec41))
9+
* **theme:** fixed crash if "opts" not set ([9094aa9](https://github.com/jpwol/thorn.nvim/commit/9094aa900c90c14a2cdaa8963fdbca039470b3d8))
10+
311
## [2.1.1](https://github.com/jpwol/thorn.nvim/compare/v2.1.0...v2.1.1) (2025-11-17)
412

513

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.1" -- x-release-please-version
2+
M.version = "2.1.2" -- x-release-please-version
33

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

0 commit comments

Comments
 (0)