Skip to content

Commit

Permalink
chore(release): 1.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.1](v1.1.0...v1.1.1) (2021-04-06)

### Bug Fixes

* fix release pipeline to properly move major version tag ([#12](#12)) ([4a0fa09](4a0fa09))
  • Loading branch information
semantic-release-bot committed Apr 6, 2021
1 parent 4a0fa09 commit 73f4943
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.1](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.1.0...v1.1.1) (2021-04-06)


### Bug Fixes

* fix release pipeline to properly move major version tag ([#12](https://github.com/HylandSoftware/unit-test-reporter/issues/12)) ([4a0fa09](https://github.com/HylandSoftware/unit-test-reporter/commit/4a0fa09221d7a0d47dc69848f186e7036202adbe))

# [1.1.0](https://github.com/HylandSoftware/unit-test-reporter/compare/v1.0.4...v1.1.0) (2021-03-19)


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.1.0",
"version": "1.1.1",
"private": true,
"description": "Action to add nunit tests results ",
"main": "lib/main.js",
Expand Down

0 comments on commit 73f4943

Please sign in to comment.