diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 61f9991..0db9847 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.5" + ".": "3.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e3dde9..4ad88d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.6](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.5...v3.1.6) (2024-07-26) + + +### Bug Fixes + +* escape spaces in paths for grug-far integration ([#267](https://github.com/mikavilpas/yazi.nvim/issues/267)) ([f265e95](https://github.com/mikavilpas/yazi.nvim/commit/f265e957399ae80ffbbd63d75cef35c9f6b574ab)) + ## [3.1.5](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.4...v3.1.5) (2024-07-25) diff --git a/lua/yazi.lua b/lua/yazi.lua index e7a1385..a1838bd 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require('yazi.config') local M = {} -M.version = '3.1.5' -- x-release-please-version +M.version = '3.1.6' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState