Skip to content

Commit c6bd6d9

Browse files
committed
chore(release): bump version to v3.7.14 for release
1 parent b8ca513 commit c6bd6d9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v3.7.14](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.14) - 2024-06-04
11+
1012
### Added
1113

1214
- Added config option `ui.max_file_length` to disable the UI for files with more than this many lines. Defaults to 5000.
1315
- Added config option `search_max_lines` (defaults to 1000) for controlling the max number of lines read from disk from note files during certain searches.
14-
- Add FreeBSD support to ObsidianPasteImg command.
16+
- Added FreeBSD support to `ObsidianPasteImg` command.
1517

1618
### Changed
1719

lua/obsidian/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
return "3.7.13"
1+
return "3.7.14"

0 commit comments

Comments
 (0)