Skip to content

Commit a0eab5d

Browse files
committed
Bump version to v1.6.1 for release
1 parent 25ce4a6 commit a0eab5d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v1.6.1](https://github.com/epwalsh/obsidian.nvim/releases/tag/v1.6.1) - 2022-10-17
11+
1012
### Fixed
1113

1214
- Ensured vault directory along with optional notes and daily notes subdirectories are added to vim's `path` so you can `gf` to files in those directories.

lua/obsidian/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local config = require "obsidian.config"
55

66
local obsidian = {}
77

8-
obsidian.VERSION = "1.6.0"
8+
obsidian.VERSION = "1.6.1"
99
obsidian.completion = require "obsidian.completion"
1010
obsidian.note = require "obsidian.note"
1111
obsidian.util = require "obsidian.util"

0 commit comments

Comments
 (0)