Skip to content

Commit

Permalink
chore(release): bump version to v3.7.3 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 13, 2024
1 parent 63da36f commit 0f4ea50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v3.7.3](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.3) - 2024-03-13

### Changed

- Add indicator to entries that don't exist yet in `:ObsidianDailies` picker list.

### Fixed

- Fixed `img_text_func` example in README.
- When following inter-note links, such as with a table of contents, load the note from the buffer to resolve anchor/block links instead of from file.
- When following intra-note links, such as with a table of contents, load the note from the buffer to resolve anchor/block links instead of from file.

## [v3.7.2](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.7.2) - 2024-03-12

Expand Down
2 changes: 1 addition & 1 deletion lua/obsidian/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "3.7.2"
return "3.7.3"

0 comments on commit 0f4ea50

Please sign in to comment.