diff --git a/CHANGELOG.md b/CHANGELOG.md index ae6c4c2..c011228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.2](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.2.1...v1.2.2) (2022-08-16) + + +### Bug Fixes + +* Upgrade all dependencies to latest ([#103](https://github.com/HylandSoftware/unit-test-reporter/issues/103)) ([8f75aec](https://github.com/HylandSoftware/unit-test-reporter/commit/8f75aec9c3bc8ab4d13d67bfe0d1847a9516b6dd)) + ## [1.2.1](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.2.0...v1.2.1) (2021-07-22) diff --git a/package.json b/package.json index a8b4c26..1100a0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unit-test-reporter", - "version": "1.2.1", + "version": "1.2.2", "private": true, "description": "Action to add nunit tests results ", "main": "lib/main.js",