Skip to content

Commit

Permalink
chore: release v0.1.15-alpha.0
Browse files Browse the repository at this point in the history
* (HGlab01) fix coding-typo
  • Loading branch information
HGlab01 committed Dec 8, 2023
1 parent a5fde59 commit caf9a44
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"
# pre-releases
- "v[0-9]+.[0-9]+.[0-9]+-**"
pull_request: {}
pull_request: {}

jobs:
build:
Expand All @@ -20,7 +20,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -48,6 +48,10 @@ jobs:
startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest

# Write permissions are required to create Github releases
permissions:
contents: write

steps:
- uses: ioBroker/testing-action-deploy@v1
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 0.1.10 (2022-12-04)
* (HGlab01) setLastStartTime() optimized
* (HGlab01) Logs improved

## 0.1.9 (2022-02-15)
* (HGlab01) js-controller 4.0 readiness

Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ https://github.com/HGlab01/ioBroker.fuelpricemonitor
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__
-->
### 0.1.15-alpha.0 (2023-12-08)
* (HGlab01) fix coding-typo

### 0.1.14 (2023-10-08)
* (HGlab01) add versionInfo
* (HGlab01) add modify-methods 'toFloat' and 'toInteger'
Expand All @@ -53,10 +56,6 @@ https://github.com/HGlab01/ioBroker.fuelpricemonitor
* (HGlab01) TraverseJson() --> traverseJson()
* (HGlab01) provide sleep()

### 0.1.10 (2022-12-04)
* (HGlab01) setLastStartTime() optimized
* (HGlab01) Logs improved

## License
MIT License

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker-jsonexplorer",
"version": "0.1.14",
"version": "0.1.15-alpha.0",
"description": "Creates ioBroker states based on a json-object",
"main": "jsonExplorer.js",
"scripts": {
Expand Down

0 comments on commit caf9a44

Please sign in to comment.