Skip to content

Commit

Permalink
Merge pull request #970 from RafaelGB/update-3.5.0
Browse files Browse the repository at this point in the history
Update to 3.5.0
  • Loading branch information
mnaoumov committed Sep 11, 2023
2 parents 18d8c60 + da5fa8f commit 9ed8427
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.5.0
### No longer broken
- Nested properties filter shows \[object Object\] instead of the nested property values. [#968](https://github.com/RafaelGB/obsidian-db-folder/issues/968)
## 3.4.0
### Shiny new things
- Date range filters with autocomplete options. [#604](https://github.com/RafaelGB/obsidian-db-folder/issues/604)
Expand Down
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "dbfolder",
"name": "DB Folder",
"version": "3.4.0",
"version": "3.5.0",
"minAppVersion": "1.1.1",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
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": "dbfolder",
"name": "DB Folder",
"version": "3.4.0",
"version": "3.5.0",
"minAppVersion": "1.1.1",
"description": "Folder with the capability to store and retrieve data from a folder like database",
"author": "RafaelGB",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-dbfolder",
"version": "3.4.0",
"version": "3.5.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 9ed8427

Please sign in to comment.