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 7f2f444 commit 38ba031Copy full SHA for 38ba031
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.3.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v1.3.0) - 2022-09-23
11
+
12
### Changed
13
14
- `plenary.nvim` is no longer required to be installed seperately. It's now bundled as a submodule.
lua/obsidian/init.lua
@@ -5,7 +5,7 @@ local config = require "obsidian.config"
5
6
local obsidian = {}
-obsidian.VERSION = "1.2.1"
+obsidian.VERSION = "1.3.0"
obsidian.completion = require "obsidian.completion"
obsidian.note = require "obsidian.note"
obsidian.util = require "obsidian.util"
0 commit comments