From 896cdaf51444442d463f2912663a06170f70fa0d Mon Sep 17 00:00:00 2001 From: foxriver76 Date: Thu, 2 May 2024 22:28:12 +0200 Subject: [PATCH] chore: release v0.7.3 * (foxriver76) set `activeRepo` as an array as it is intended --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b3b2b..2dc5caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Placeholder for the next version (at the beginning of the line): ## __WORK IN PROGRESS__ --> -## __WORK IN PROGRESS__ +## 0.7.3 (2024-05-02) * (foxriver76) set `activeRepo` as an array as it is intended ## 0.7.2 (2024-03-26) diff --git a/package-lock.json b/package-lock.json index 1eddf9c..030a650 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/dev-server", - "version": "0.7.2", + "version": "0.7.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/dev-server", - "version": "0.7.2", + "version": "0.7.3", "license": "MIT", "dependencies": { "@iobroker/testing": "^4.1.1", diff --git a/package.json b/package.json index d1feaa0..badb4d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/dev-server", - "version": "0.7.2", + "version": "0.7.3", "description": "Single package development server for ioBroker", "main": "dist/index.js", "bin": {