Skip to content

Commit

Permalink
chore(main): release 3.1.2 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas authored Jul 25, 2024
1 parent f446cb8 commit 9a446fa
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@
{
".": "3.1.1"
".": "3.1.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.1.2](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.1...v3.1.2) (2024-07-25)


### Bug Fixes

* grug-far integration not being able to search outside of the cwd ([#256](https://github.com/mikavilpas/yazi.nvim/issues/256)) ([f446cb8](https://github.com/mikavilpas/yazi.nvim/commit/f446cb8734b839ee3bd971dd44abdf5dcd4ce0db))


### Performance Improvements

* improve lazy loading to 7 -> 4 modules ([#255](https://github.com/mikavilpas/yazi.nvim/issues/255)) ([e29f633](https://github.com/mikavilpas/yazi.nvim/commit/e29f633e2d74e0e54f6580b5b4cf03a5f249fa85))

## [3.1.1](https://github.com/mikavilpas/yazi.nvim/compare/v3.1.0...v3.1.1) (2024-07-24)


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

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

0 comments on commit 9a446fa

Please sign in to comment.