From 79bb97023f8c9d4aa89bc614d6f0ec91d4e1b442 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:12:45 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [2.0.0](https://github.com/shortcuts/neovim-plugin-boilerplate/compare/v1.1.0...v2.0.0) (2024-03-15) ### ⚠ BREAKING CHANGES * improve template helpers and state manager ([#14](https://github.com/shortcuts/neovim-plugin-boilerplate/issues/14)) ### Features * improve template helpers and state manager ([#14](https://github.com/shortcuts/neovim-plugin-boilerplate/issues/14)) ([9cc87ad](https://github.com/shortcuts/neovim-plugin-boilerplate/commit/9cc87add9fffd7e54b9f37573ed105f2234c7ccd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf8b99..4dac69c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/shortcuts/neovim-plugin-boilerplate/compare/v1.1.0...v2.0.0) (2024-03-15) + + +### ⚠ BREAKING CHANGES + +* improve template helpers and state manager ([#14](https://github.com/shortcuts/neovim-plugin-boilerplate/issues/14)) + +### Features + +* improve template helpers and state manager ([#14](https://github.com/shortcuts/neovim-plugin-boilerplate/issues/14)) ([9cc87ad](https://github.com/shortcuts/neovim-plugin-boilerplate/commit/9cc87add9fffd7e54b9f37573ed105f2234c7ccd)) + ## [1.1.0](https://github.com/shortcuts/neovim-plugin-boilerplate/compare/v1.0.0...v1.1.0) (2023-03-26)