mirror of
https://github.com/benstuart0/on-this-day-i-obsidian.git
synced 2026-07-22 05:38:19 +00:00
1.2.0
This commit is contained in:
parent
63813648da
commit
9de6580728
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "on-this-day-i",
|
||||
"name": "On This Day I",
|
||||
"version": "1.1.3",
|
||||
"version": "1.2.0",
|
||||
"minAppVersion": "1.8.4",
|
||||
"description": "AI tools for Daily Journals",
|
||||
"author": "Ben Stuart",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "on-this-day-i",
|
||||
"version": "1.1.3",
|
||||
"version": "1.2.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "on-this-day-i",
|
||||
"version": "1.1.3",
|
||||
"version": "1.2.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"openai": "^4.83.0"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "on-this-day-i",
|
||||
"version": "1.1.3",
|
||||
"version": "1.2.0",
|
||||
"description": "AI tools for Daily Journals",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
"1.1.0": "1.8.4",
|
||||
"1.1.1": "1.8.4",
|
||||
"1.1.2": "1.8.4",
|
||||
"1.1.3": "1.8.4"
|
||||
"1.1.3": "1.8.4",
|
||||
"1.2.0": "1.8.4"
|
||||
}
|
||||
Loading…
Reference in a new issue