From 47092e398b5f2e7cb65d7e9dfc041d38cb9d62d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:57:34 +0000 Subject: [PATCH] chore(main): release 3.4.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4393ff6..234177a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.4.0](https://github.com/maxmx03/solarized.nvim/compare/v3.3.0...v3.4.0) (2024-09-05) + + +### Features + +* cursorlinenr colors ([7ba0f81](https://github.com/maxmx03/solarized.nvim/commit/7ba0f81992ec4d0576bba9eb6272617df2d64793)) +* error_lens config ([7cd9784](https://github.com/maxmx03/solarized.nvim/commit/7cd978401e2767fc77fe86bb8fc531869fb2f79e)) +* **variants:** editor looks different on each variant ([ed090c9](https://github.com/maxmx03/solarized.nvim/commit/ed090c9effacf60c2f2939d9a068e31d483ff6c7)) + + +### Bug Fixes + +* solarized-light lsp property and parameter ([673a507](https://github.com/maxmx03/solarized.nvim/commit/673a50780afe59d9b81c46bcf3dc12f717e75838)) + ## [3.3.0](https://github.com/maxmx03/solarized.nvim/compare/v3.2.0...v3.3.0) (2024-08-30)