diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index a43a2ec..604c57b 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -10,7 +10,7 @@ on: # normal versions - "v[0-9]+.[0-9]+.[0-9]+" # pre-releases - # - "v[0-9]+.[0-9]+.[0-9]+-**" + - "v[0-9]+.[0-9]+.[0-9]+-**" pull_request: {} jobs: diff --git a/README.md b/README.md index 11e9817..2c7d317 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ https://github.com/HGlab01/ioBroker.fuelpricemonitor Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### 0.1.9-alpha.1 (2022-02-02) +### 0.1.9-alpha.2 (2022-02-02) * (HGlab01) obj.common.states handling improved for js-controller 4.0 ### 0.1.8 (2021-11-25) diff --git a/package-lock.json b/package-lock.json index 4211805..09dd411 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.9-alpha.1", + "version": "0.1.9-alpha.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c3b4203..35a95ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker-jsonexplorer", - "version": "0.1.9-alpha.1", + "version": "0.1.9-alpha.2", "description": "Creates ioBroker states based on a json-object", "main": "jsonExplorer.js", "scripts": {