Skip to content

Commit

Permalink
chore(main): release 6.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jan 6, 2025
1 parent b023f1d commit 78be094
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.11.0"
".": "6.11.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lua/yazi.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78be094

Please sign in to comment.