diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9965c417..ec2d45d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.1.1" + ".": "4.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a7897005..d8075f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lua/yazi.lua b/lua/yazi.lua index 7a477e85..65f0999f 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -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