From ed7d3cddcc028116780d8def3814021d3a5bf99c Mon Sep 17 00:00:00 2001 From: neo451 <111681693+neo451@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:26:11 +0800 Subject: [PATCH] chore(main): release 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e704e..ad1d20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.2.0](https://github.com/neo451/feed.nvim/compare/v2.1.0...v2.2.0) (2025-02-20) + + +### Features + +* entries inherit tags from feed ([d84d31b](https://github.com/neo451/feed.nvim/commit/d84d31b742e69146e2253eb12bd8366f1f800c68)) + + +### Bug Fixes + +* remove check for pathlib ([b2c700e](https://github.com/neo451/feed.nvim/commit/b2c700e76075bdc8ba34f958d0c16552355e5d6d)) + ## [2.1.0](https://github.com/neo451/feed.nvim/compare/v2.0.2...v2.1.0) (2025-02-19)