From 23ed5c39329c844a1322a37640039fb9aa4d188c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Aug 2025 12:16:54 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release From 805660d084bc93976b65d685b3f6e3d27f01a83d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Aug 2025 12:16:54 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ab691..4f7ace0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [v0.2.2](https://github.com/tapihdev/cfp.nvim/compare/v0.2.1...v0.2.2) - 2025-08-27 +- fix: work with lazy.nvim config=true by @tapih in https://github.com/tapihdev/cfp.nvim/pull/12 +- fix: typo by @tapih in https://github.com/tapihdev/cfp.nvim/pull/14 +- doc: update installation by @tapih in https://github.com/tapihdev/cfp.nvim/pull/15 +- refactor: define commands first by @tapih in https://github.com/tapihdev/cfp.nvim/pull/16 + ## [v0.2.1](https://github.com/tapihdev/cfp.nvim/compare/v0.2...v0.2.1) - 2025-08-22 - fix: export setup in init.lua by @tapih in https://github.com/tapihdev/cfp.nvim/pull/10