From e9a179271b1c7888e0a87448b3cf81652a6606c1 Mon Sep 17 00:00:00 2001 From: Oli <9512444+olimorris@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:11:23 +0100 Subject: [PATCH] chore(main): release 2.0.1 (#163) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8639389..cb59fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/olimorris/persisted.nvim/compare/v2.0.0...v2.0.1) (2024-10-17) + + +### Bug Fixes + +* do not autostart the plugin if nvim is passed args ([e65093d](https://github.com/olimorris/persisted.nvim/commit/e65093de393bad9e2bb13348895aaba6319b9ad1)) + ## [2.0.0](https://github.com/olimorris/persisted.nvim/compare/v1.1.1...v2.0.0) (2024-09-11)