Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
0815349cc0 chore(master): release nvim-tree 1.18.1 2026-07-09 00:21:59 +00:00
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
".": "1.18.0"
".": "1.18.1"
}

View File

@@ -1,5 +1,12 @@
# Changelog
## [1.18.1](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.18.0...nvim-tree-v1.18.1) (2026-07-09)
### Bug Fixes
* **#3346:** api.tree.resize: 'configure_width' (a nil value) ([#3347](https://github.com/nvim-tree/nvim-tree.lua/issues/3347)) ([a797d5e](https://github.com/nvim-tree/nvim-tree.lua/commit/a797d5e20133fc031fba4aa7d1272f5b1d950a1c))
## [1.18.0](https://github.com/nvim-tree/nvim-tree.lua/compare/nvim-tree-v1.17.0...nvim-tree-v1.18.0) (2026-07-01)