From 17cb33e629e3e45fa62cd2516bcf7819eec6281c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 05:02:02 +0100 Subject: [PATCH] chore(main): release 2.0.0 (#17) 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 e178b72..e03301f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.0](https://github.com/Allaman/kustomize.nvim/compare/v1.0.3...v2.0.0) (2023-01-11) + + +### ⚠ BREAKING CHANGES + +* introduce nvim-treesitter parsing + +### Features + +* introduce nvim-treesitter parsing ([49aa4a0](https://github.com/Allaman/kustomize.nvim/commit/49aa4a06942a39200bee11e31bfd5d6b921091c2)) + ## [1.0.3](https://github.com/Allaman/kustomize.nvim/compare/v1.0.2...v1.0.3) (2023-01-06)