Skip to content

Commit

Permalink
Merge pull request #711 from codecov/release-0.1.22
Browse files Browse the repository at this point in the history
Release 0.1.22
  • Loading branch information
drazisil-codecov authored Apr 12, 2022
2 parents 067196b + c0bc420 commit 9889316
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.22](https://github.com/codecov/uploader/compare/v0.1.21...v0.1.22) (2022-04-12)


### Bug Fixes

* bump package.json ([e5aedde](https://github.com/codecov/uploader/commit/e5aeddefc7f50d2d17ef3e859d021d6d7aca7420))

### [0.1.21](https://github.com/codecov/uploader/compare/v0.1.20...v0.1.21) (2022-04-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codecov/uploader",
"version": "0.1.21",
"version": "0.1.22",
"description": "Codecov Report Uploader",
"private": true,
"bin": {
Expand All @@ -19,7 +19,7 @@
"prepare": "husky install",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"release": "npm run lint && standard-version --sign"
"release": "standard-version --sign"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -76,7 +76,7 @@
"prettier --write",
"eslint --fix"
],
"**/*.{json,md,yml,yaml,html}": [
"**/*.{json,yml,yaml,html}": [
"prettier --write"
]
}
Expand Down

0 comments on commit 9889316

Please sign in to comment.