Skip to content

Commit 3305c17

Browse files
chore(main): release 2.3.0 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 155677e commit 3305c17

3 files changed

Lines changed: 15 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.2.1"
2+
".": "2.3.0"
33
}

CHANGELOG.md

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

3+
## [2.3.0](https://github.com/jpwol/thorn.nvim/compare/v2.2.1...v2.3.0) (2026-04-05)
4+
5+
6+
### Features
7+
8+
* **docs:** added annotations! ([155677e](https://github.com/jpwol/thorn.nvim/commit/155677ee74e26759088ee4e80b3e677434770526))
9+
10+
11+
### Bug Fixes
12+
13+
* **base:** updated certain keyword highlights ([7888374](https://github.com/jpwol/thorn.nvim/commit/7888374960758b0c254033530a9ba2d14f5ab0bc))
14+
* **blink:** updated border highlight ([310e817](https://github.com/jpwol/thorn.nvim/commit/310e817c8cafd528fccffd7d5e8f606ce0547d44))
15+
316
## [2.2.1](https://github.com/jpwol/thorn.nvim/compare/v2.2.0...v2.2.1) (2026-04-02)
417

518

lua/thorn/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
local M = {}
3-
M.version = "2.2.1" -- x-release-please-version
3+
M.version = "2.3.0" -- x-release-please-version
44

55
-- stylua: ignore
66
--- @type thorn.Config

0 commit comments

Comments
 (0)