-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #309 from telefonicaid/task/prepare_2.1.0
step 2.0.0-next -> 2.1.0
- Loading branch information
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
- Set Nodejs 16 as minimum version in packages.json (effectively removing Nodev14 from supported versions) | ||
- Add support to run tests with node 18 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,6 +163,11 @@ fi | |
%{_install_dir} | ||
|
||
%changelog | ||
* Thu May 23 2023 Alvaro Vega <[email protected]> 2.1.0 | ||
- Set Nodejs 16 as minimum version in packages.json (effectively removing Nodev14 from supported versions) | ||
- Add support to run tests with node 18 | ||
- Upgrade iotagent-node-lib dependency from 3.0.0 to 3.2.0 | ||
|
||
* Thu Mar 30 2023 Alvaro Vega <[email protected]> 2.0.0 | ||
- Upgrade iotagent-node-lib dependency from 2.25.0 to 3.0.0 | ||
|
||
|