diff --git a/CHANGELOG.md b/CHANGELOG.md index c90be1d..12d1c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/HylandSoftware/unit-test-reporter/compare/v2.0.0...v3.0.0) (2024-05-08) + + +### Features + +* update all packages and runtime to node 20 ([#253](https://github.com/HylandSoftware/unit-test-reporter/issues/253)) ([8e25aa3](https://github.com/HylandSoftware/unit-test-reporter/commit/8e25aa34516eb2fee7e0193824850438b41d8293)) + + +### BREAKING CHANGES + +* updates the node runtime and a number of libraries. This should not have an impact downstream, as node16 was already deprecated and warning runners of impending breakage, but marking the update as breaking just in case. + ## [1.2.3](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.2.2...v1.2.3) (2023-05-24) diff --git a/package.json b/package.json index 77b4130..c64122d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unit-test-reporter", - "version": "1.2.3", + "version": "3.0.0", "private": true, "description": "Action to add nunit tests results ", "main": "lib/main.js",