Skip to content

Commit

Permalink
Make version 0.36.1 visible to obsidian users
Browse files Browse the repository at this point in the history
  • Loading branch information
farling42 committed Mar 31, 2024
1 parent 3e165cb commit 0db9207
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 0.36.1

- Update all the Obsidian-specific version files so that users know that the improvements added in 0.36.0 are actually present in their Vault.

## 0.36.0

- Provide an alternative method for creating the note name for each note. The "Field to use as note name" can contain some javascript which should perform a "return" in order to provide the required value. The syntax is `@{...some javascript...}` The JS can reference either `this.field` to reference items within the current record being processed, or `dataRoot.field` to access any data in the entire JSON record. A typical example would be:
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-import-json",
"name": "JSON/CSV Importer",
"version": "0.35.0",
"version": "0.36.1",
"minAppVersion": "1.1.15",
"description": "This plugin imports a JSON/CSV file (or text block) and creates notes from a Handlebars template file",
"author": "farling42",
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-import-json",
"version": "0.35.0",
"version": "0.36.1",
"description": "This plugin imports a JSON/CSV file (or text block) and creates notes from a Handlebars template file",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"0.36.1": "1.1.15",
"0.35.0": "1.1.15",
"0.34.0": "1.1.15",
"0.33.0": "1.1.15",
Expand Down

0 comments on commit 0db9207

Please sign in to comment.