Skip to content

Commit

Permalink
chore: release v4.1.1
Browse files Browse the repository at this point in the history
* Add support for the new `licenseInformation` field in `io-package.json`
* Add test for the `tier` field in `io-package.json`
* Honor `onlyWWW` flag in `io-package.json`
  • Loading branch information
AlCalzone committed Mar 5, 2024
1 parent 150098b commit 26fdf79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PLACEHOLDER for next version:
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__
## 4.1.1 (2024-03-05)
* Add support for the new `licenseInformation` field in `io-package.json`
* Add test for the `tier` field in `io-package.json`
* Honor `onlyWWW` flag in `io-package.json`
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/testing",
"version": "4.1.0",
"version": "4.1.1",
"description": "Shared utilities for adapter and module testing in ioBroker",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 26fdf79

Please sign in to comment.