Skip to content

Commit 38ba031

Browse files
committed
Bump version to v1.3.0 for release
1 parent 7f2f444 commit 38ba031

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.3.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v1.3.0) - 2022-09-23
11+
1012
### Changed
1113

1214
- `plenary.nvim` is no longer required to be installed seperately. It's now bundled as a submodule.

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.2.1"
8+
obsidian.VERSION = "1.3.0"
99
obsidian.completion = require "obsidian.completion"
1010
obsidian.note = require "obsidian.note"
1111
obsidian.util = require "obsidian.util"

0 commit comments

Comments
 (0)