We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad26aa commit c8afb4bCopy full SHA for c8afb4b
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## Unreleased
9
10
+## [v1.2.1](https://github.com/epwalsh/obsidian.nvim/releases/tag/v1.2.1) - 2022-09-23
11
+
12
### Added
13
14
- Added setup configuration option `notes_subdir`. Use this if you want new notes to be put in a specific subdirectory of your vault.
lua/obsidian/init.lua
@@ -5,7 +5,7 @@ local config = require "obsidian.config"
5
6
local obsidian = {}
-obsidian.VERSION = "1.2.0"
+obsidian.VERSION = "1.2.1"
obsidian.completion = require "obsidian.completion"
obsidian.note = require "obsidian.note"
obsidian.util = require "obsidian.util"
0 commit comments