Skip to content

Commit

Permalink
chore: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srg-kostyrko committed Mar 31, 2024
1 parent 7a4a07e commit faf62fd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file.

## [1.3.0] - 2024-03-31

### Bug Fixes

- Check id uniqness when creating a journal

### Features

- Focus calendar view around opened note
- Add setting to restrict note creation before start date
- Allow configuring how interval journal ends
- Better templater interop
- Add existing notes to journal in bulk

## [1.2.0] - 2024-03-03

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "journals",
"name": "Journals",
"version": "1.2.0",
"version": "1.3.0",
"minAppVersion": "1.0.0",
"description": "Manage your journals in Obsidian",
"author": "Sergii Kostyrko",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-journal",
"version": "1.2.0",
"version": "1.3.0",
"description": "Journal plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.0.0": "1.0.0",
"1.0.1": "1.0.0",
"1.1.0": "1.0.0",
"1.2.0": "1.0.0"
"1.2.0": "1.0.0",
"1.3.0": "1.0.0"
}

0 comments on commit faf62fd

Please sign in to comment.