diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1813066..f6b5fb3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.11.0" + ".": "6.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 56dd856..81f7403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.11.1](https://github.com/mikavilpas/yazi.nvim/compare/v6.11.0...v6.11.1) (2025-01-06) + + +### Bug Fixes + +* preserve line numbers when switching buffers in a new tab ([#653](https://github.com/mikavilpas/yazi.nvim/issues/653)) ([b023f1d](https://github.com/mikavilpas/yazi.nvim/commit/b023f1dfcb09e1319b5869452f17f5cc2fb3809f)) + ## [6.11.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.10.0...v6.11.0) (2024-12-22) diff --git a/lua/yazi.lua b/lua/yazi.lua index 03b1118..4ff4905 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require("yazi.config") local M = {} -M.version = "6.11.0" -- x-release-please-version +M.version = "6.11.1" -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState