From c237e91a8810f57575bdd1388a5c418ae38c02c8 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Fri, 5 Mar 2021 11:52:30 +0100 Subject: [PATCH] release 1.0.1 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92275e2..7ab9b4b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Usage example: }) ``` +Note that this **does not** delete the notes dir with every call. It simply checks if there isn't already a file with the same name (based on the publication date), and adds one if not. + ### 2. Goodreads #### 2.1 `createWidget` diff --git a/package.json b/package.json index a408e33..2690b70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jam-my-stack", - "version": "1.0.0", + "version": "1.0.1", "repository": { "url": "https://github.com/wgroeneveld/jam-my-stack", "type": "git"