From 39d602da5060ee3c0912bbd72845a70f78a6c270 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:14:43 +0000 Subject: [PATCH] chore(main): release 3.1.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29f6db3..ee88ae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.1](https://github.com/folke/persistence.nvim/compare/v3.1.0...v3.1.1) (2025-10-28) + + +### Bug Fixes + +* **start:** don't count ft=jj buffers for persistence ([#90](https://github.com/folke/persistence.nvim/issues/90)) ([ae0d7e8](https://github.com/folke/persistence.nvim/commit/ae0d7e8e455d2ec043dc584e09301e1b4fcc42b6)) + ## [3.1.0](https://github.com/folke/persistence.nvim/compare/v3.0.1...v3.1.0) (2024-07-07)