Skip to content

Commit

Permalink
chore(release): bump version to v2.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Nov 23, 2023
1 parent b1094a7 commit d99fe1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [v2.2.0](https://github.com/epwalsh/obsidian.nvim/releases/tag/v2.2.0) - 2023-11-23

### Added

- Added completion for tags.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ This is a complete list of all of the options that can be passed to `require("ob
-- Replace the above with this if you don't have a patched font:
-- external_link_icon = { char = "", hl_group = "ObsidianExtLinkIcon" },
reference_text = { hl_group = "ObsidianRefText" },
highlight_text = { hl_group = "ObsidianHighlightText" },
tags = { hl_group = "ObsidianTag" },
hl_groups = {
-- The options are passed directly to `vim.api.nvim_set_hl()`. See `:help nvim_set_hl`.
Expand Down
2 changes: 1 addition & 1 deletion lua/obsidian/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return "2.1.1"
return "2.2.0"

0 comments on commit d99fe1d

Please sign in to comment.