Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](1.4.3...1.5.0) (2023-06-19)

### Features

* add date format configuration for filename variable ([f1f0a2d](f1f0a2d))
* allow dataPublished and dateSaved to be used as filename ([22046e3](22046e3))
* allow dataPublished and dateSaved to be used as folder name with folder date format ([3f8fb56](3f8fb56))
  • Loading branch information
semantic-release-bot committed Jun 19, 2023
1 parent c4ae042 commit 09d1bf7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.5.0](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.3...1.5.0) (2023-06-19)


### Features

* add date format configuration for filename variable ([f1f0a2d](https://github.com/omnivore-app/obsidian-omnivore/commit/f1f0a2d36a119012b07f4d40271e3f09fe3486ce))
* allow dataPublished and dateSaved to be used as filename ([22046e3](https://github.com/omnivore-app/obsidian-omnivore/commit/22046e35326bf7e51ddd193b33949a9c85eea869))
* allow dataPublished and dateSaved to be used as folder name with folder date format ([3f8fb56](https://github.com/omnivore-app/obsidian-omnivore/commit/3f8fb565804db5fb81500b3cfffe32bff736e62a))

## [1.4.3](https://github.com/omnivore-app/obsidian-omnivore/compare/1.4.2...1.4.3) (2023-06-19)


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": "obsidian-omnivore",
"name": "Omnivore",
"version": "1.4.3",
"version": "1.5.0",
"minAppVersion": "0.15.0",
"description": "This is an Omnivore plugin for Obsidian.",
"author": "Omnivore",
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-omnivore",
"version": "1.4.3",
"version": "1.5.0",
"description": "This is an Omnivore plugin for Obsidian.",
"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 @@ -19,5 +19,6 @@
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.4.2": "0.15.0",
"1.4.3": "0.15.0"
"1.4.3": "0.15.0",
"1.5.0": "0.15.0"
}

0 comments on commit 09d1bf7

Please sign in to comment.