Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Tazman Reinier committed Dec 25, 2023
1 parent 7ca9ac2 commit fe8710a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@

# Changelog

## 2.0.2 (12/25/2023)

**Fixed:**
- Quick fix for Daily Notes not existing.

## 2.0.1 (12/25/2023)

**Fixed:**
Expand Down
2 changes: 1 addition & 1 deletion src/services/obsidianApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ export async function getDailyNoteInfo(): Promise<
template,
}
} catch (err) {
console.error(err)
console.warn(err)
return {
format: 'YYYY-MM-DD',
folder: '/',
Expand Down

0 comments on commit fe8710a

Please sign in to comment.