From d2ca6983e3e86c532251841b32586864231ccc9d Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 22 May 2022 20:38:19 +0200 Subject: [PATCH] chore: release v2.0.4 * (bluefox) Made it possible to run with npx --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3cc9bc..f320840 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Branch (`master/main/dev`) is optional. --> ## Changelog -### **WORK IN PROGRESS** +### 2.0.4 (2022-05-22) * (bluefox) Made it possible to run with npx ## License diff --git a/package.json b/package.json index 34b0ca0..95dce95 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.0.3", + "version": "2.0.4", "name": "@iobroker/repochecker", "dependencies": { "axios": "^0.27.2",