Skip to content

Commit

Permalink
chore(release): 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olavoparno committed Dec 4, 2021
1 parent eed20b1 commit 61756b6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,18 @@

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.

## [1.8.0](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.7.0...v1.8.0) (2021-12-04)


### Features

* add option to allow exitCode 1 ([3f37f61](https://github.com/olavoparno/istanbul-badges-readme/commit/3f37f6107a5f78340b929e62065cab73138f87b6))


### Bug Fixes

* check for read & write permissions on README file ([65809cc](https://github.com/olavoparno/istanbul-badges-readme/commit/65809ccd72b6d2fc93a3649683bbe66f4a6ceeaa))

## [1.7.0](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.6.0...v1.7.0) (2021-11-18)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-badges-readme",
"version": "1.7.0",
"version": "1.8.0",
"description": "Creates README badges from istanbul coverage report",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 61756b6

Please sign in to comment.