Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2024-05-08)

### Features

* update all packages and runtime to node 20 ([#253](#253)) ([8e25aa3](8e25aa3))

### 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.
  • Loading branch information
semantic-release-bot committed May 8, 2024
1 parent 8e25aa3 commit d5f22df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d5f22df

Please sign in to comment.