From 4921ebe62a9230f9583b1961b8e1152cbfa80980 Mon Sep 17 00:00:00 2001 From: oweitman Date: Mon, 28 Oct 2024 00:58:08 +0100 Subject: [PATCH] chore: release v3.2.0 - (oweitman) extension that the script also uses the local data for checking. --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2cdd72..f975c3e 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ npx @iobroker/repochecker https://github.com/ioBroker/ioBroker.javascript --loca --> ## Changelog - -### **WORK IN PROGRESS** +### 3.2.0 (2024-10-27) - (oweitman) extension that the script also uses the local data for checking. diff --git a/package.json b/package.json index a293fe7..f8c610b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "3.1.4", + "version": "3.2.0", "name": "@iobroker/repochecker", "dependencies": { "axios": "^1.7.7",