Skip to content

Commit

Permalink
chore(plugin): released version 8.2.0 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
waynevanson committed Aug 28, 2023
1 parent 3c3289c commit 338b594
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "data-entry",
"name": "Data Entry",
"version": "8.1.1",
"version": "8.2.0",
"minAppVersion": "0.15.0",
"description": "Create forms that save data simply; the data view of data entry",
"author": "Wayne Van Son",
Expand Down
8 changes: 8 additions & 0 deletions packages/data-entry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [8.2.0](https://github.com/waynevanson/obsidian-plugin-data-entry/compare/8.1.1...8.2.0) (2023-08-28)


### Features

* add defaults for frontmatter ([99f26b7](https://github.com/waynevanson/obsidian-plugin-data-entry/commit/99f26b7e5d156588ba51fd12595a69c703bda59e))
* display the stack trace when error thrown ([3c3289c](https://github.com/waynevanson/obsidian-plugin-data-entry/commit/3c3289c9250b83064556bf6276aa7fb86934d8cc))

## [8.1.1](https://github.com/waynevanson/obsidian-plugin-data-entry/compare/8.1.0...8.1.1) (2023-08-28)

## [8.1.0](https://github.com/waynevanson/obsidian-plugin-data-entry/compare/8.0.1...8.1.0) (2023-08-28)
Expand Down
2 changes: 1 addition & 1 deletion packages/data-entry/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "data-entry",
"name": "Data Entry",
"version": "8.1.1",
"version": "8.2.0",
"minAppVersion": "0.15.0",
"description": "Create forms that save data simply; the data view of data entry",
"author": "Wayne Van Son",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-entry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waynevanson/obsidian-plugin-data-entry",
"version": "8.1.1",
"version": "8.2.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"author": "Wayne Van Son",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/data-entry/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"8.0.0": "0.15.0",
"8.0.1": "0.15.0",
"8.1.0": "0.15.0",
"8.1.1": "0.15.0"
"8.1.1": "0.15.0",
"8.2.0": "0.15.0"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"8.0.0": "0.15.0",
"8.0.1": "0.15.0",
"8.1.0": "0.15.0",
"8.1.1": "0.15.0"
"8.1.1": "0.15.0",
"8.2.0": "0.15.0"
}

0 comments on commit 338b594

Please sign in to comment.