diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..d6f5405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index adfd487..f13f8a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/mikavilpas/yazi.nvim/compare/v3.0.0...v3.0.1) (2024-07-23) + + +### Bug Fixes + +* not being able to override the log level per invocation ([f5c7b73](https://github.com/mikavilpas/yazi.nvim/commit/f5c7b73f30cf0ca19935dd7c92999e1e3549a128)) + ## [3.0.0](https://github.com/mikavilpas/yazi.nvim/compare/v2.6.0...v3.0.0) (2024-07-23) diff --git a/lua/yazi.lua b/lua/yazi.lua index 3a04a98..7031022 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -9,7 +9,7 @@ local YaziProcess = require('yazi.process.yazi_process') local M = {} -M.version = '3.0.0' -- x-release-please-version +M.version = '3.0.1' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState