diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ada7355..b4b8d0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e62ffc..b9eb23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.1](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.0...v3.1.1) (2024-07-24) + + +### Performance Improvements + +* lazy load yazi.nvim modules by default ([#253](https://github.com/mikavilpas/yazi.nvim/issues/253)) ([f832c3c](https://github.com/mikavilpas/yazi.nvim/commit/f832c3cc50aab5bb3aad1a14b03850295628bc6d)) + ## [3.1.0](https://github.com/mikavilpas/yazi.nvim/compare/v3.0.1...v3.1.0) (2024-07-24) diff --git a/lua/yazi.lua b/lua/yazi.lua index e23d61c..6f88868 100644 --- a/lua/yazi.lua +++ b/lua/yazi.lua @@ -4,7 +4,7 @@ local configModule = require('yazi.config') local M = {} -M.version = '3.1.0' -- x-release-please-version +M.version = '3.1.1' -- x-release-please-version -- The last known state of yazi when it was closed ---@type YaziPreviousState