Skip to content

Commit

Permalink
chore(main): release 4.1.2 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Aug 3, 2024
1 parent 7eb5f93 commit 9fb9a97
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 @@
{
".": "4.1.1"
".": "4.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.1.2](https://github.com/mikavilpas/yazi.nvim/compare/v4.1.1...v4.1.2) (2024-08-03)


### Bug Fixes

* `open_yazi_in_directory` error in nvim 0.10.1 & nightly ([#309](https://github.com/mikavilpas/yazi.nvim/issues/309)) ([7eb5f93](https://github.com/mikavilpas/yazi.nvim/commit/7eb5f933c863591411013a7944b0f02e80edeefc))

## [4.1.1](https://github.com/mikavilpas/yazi.nvim/compare/v4.1.0...v4.1.1) (2024-07-30)


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 = '4.1.1' -- x-release-please-version
M.version = '4.1.2' -- x-release-please-version

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

0 comments on commit 9fb9a97

Please sign in to comment.