From 7603f24d57cb8476dd4d42242958dfdacf6e6b24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 21:52:31 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please/main-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please/main-manifest.json b/.release-please/main-manifest.json index f783fd0..c17c08f 100644 --- a/.release-please/main-manifest.json +++ b/.release-please/main-manifest.json @@ -1 +1 @@ -{".":"1.2.1"} +{".":"1.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9bb73..51907c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.0](https://github.com/simonkovtyk/dotfiles/compare/v1.2.1...v1.3.0) (2026-04-12) + + +### Features + +* **helix:** add lsps and improve config ([67beab3](https://github.com/simonkovtyk/dotfiles/commit/67beab3c164876a4e7bfb4898cbe4f054ae91f48)) +* **helix:** improve language setup ([552b82a](https://github.com/simonkovtyk/dotfiles/commit/552b82abd6e14dacc67ef294811ff65d95322b58)) + ## [1.2.1](https://github.com/simonkovtyk/dotfiles/compare/v1.2.0...v1.2.1) (2026-03-29)