Skip to content

Commit aa4fa00

Browse files
committed
Bump version to v1.0.0 for release
1 parent 65193db commit aa4fa00

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.0.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v1.0.0) - 2022-08-05
11+
1012
### Added
1113

1214
- Added `:ObsidianOpen` command for opening a note in Obsidian (only works on MacOS for now).

lua/obsidian/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local echo = require "obsidian.echo"
44

55
local obsidian = {}
66

7-
obsidian.VERSION = "0.1.0"
7+
obsidian.VERSION = "1.0.0"
88
obsidian.completion = require "obsidian.completion"
99
obsidian.note = require "obsidian.note"
1010
obsidian.util = require "obsidian.util"

0 commit comments

Comments
 (0)