From 150098bc024542c530941182ca0f6b996830ce1e Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Tue, 5 Mar 2024 12:35:50 +0100 Subject: [PATCH] update changelog --- .vscode/settings.json | 2 +- CHANGELOG.md | 5 +++++ LICENSE | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 70724ac6..33d2011f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,7 +5,7 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "[typescript]": { "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" } } } diff --git a/CHANGELOG.md b/CHANGELOG.md index a9258406..e62093b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ PLACEHOLDER for next version: ## __WORK IN PROGRESS__ --> +## __WORK IN PROGRESS__ +* 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` + ## 4.1.0 (2022-08-30) * Support specifying the JS-Controller version in integration tests diff --git a/LICENSE b/LICENSE index 3d59e039..8e547a09 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 AlCalzone +Copyright (c) 2024 AlCalzone Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal