Skip to content

Commit

Permalink
chore(main): release 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Dec 2, 2024
1 parent 6884a0f commit d09f94e
Show file tree
Hide file tree
Showing 3 changed files with 14 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.6.0"
".": "6.6.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [6.6.1](https://github.com/mikavilpas/yazi.nvim/compare/v6.6.0...v6.6.1) (2024-12-02)


### Bug Fixes

* "invalid buffer id x" error when renaming a buffer ([6884a0f](https://github.com/mikavilpas/yazi.nvim/commit/6884a0feedecc6e1e274860893a2827d88740c6a))


### Performance Improvements

* **tests:** use `cy.runExCommand` in all tests ([97093b1](https://github.com/mikavilpas/yazi.nvim/commit/97093b16f3c9d027706bb97c4b65117e78d846d9))

## [6.6.0](https://github.com/mikavilpas/yazi.nvim/compare/v6.5.1...v6.6.0) (2024-11-16)


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.6.0" -- x-release-please-version
M.version = "6.6.1" -- x-release-please-version

-- The last known state of yazi when it was closed
---@type YaziPreviousState
Expand Down

0 comments on commit d09f94e

Please sign in to comment.