Skip to content

Commit

Permalink
chore(release): bump version to v3.4.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Feb 22, 2024
1 parent 8ab501e commit 59d274b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

## [v3.4.1](https://github.com/epwalsh/obsidian.nvim/releases/tag/v3.4.1) - 2024-02-22

### Fixed

- Ensure old buffer is removed when renaming current note.
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 "3.4.0"
return "3.4.1"
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

git pull --rebase
git pull

export TAG=$(make version)

Expand Down

0 comments on commit 59d274b

Please sign in to comment.