Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.2"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.0](https://github.com/0froq/lig.nvim/compare/v0.1.2...v0.2.0) (2026-06-06)


### Features

* add release script ([686deae](https://github.com/0froq/lig.nvim/commit/686deaed8cd0f4eb40d037a4a6184f6b7f147471))

## 0.1.2 - 2026-06-06

- Extract theme colors into a reusable source/template layer.
Expand Down
2 changes: 1 addition & 1 deletion lua/lig/config.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---@diagnostic disable: undefined-global
local M = {}

M.version = "0.1.2" -- x-release-please-version
M.version = "0.2.0" -- x-release-please-version

---@class lig.Config
---@field on_colors fun(colors: ColorScheme)
Expand Down