Skip to content

Commit 61756b6

Browse files
committed
chore(release): 1.8.0
1 parent eed20b1 commit 61756b6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [1.8.0](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.7.0...v1.8.0) (2021-12-04)
6+
7+
8+
### Features
9+
10+
* add option to allow exitCode 1 ([3f37f61](https://github.com/olavoparno/istanbul-badges-readme/commit/3f37f6107a5f78340b929e62065cab73138f87b6))
11+
12+
13+
### Bug Fixes
14+
15+
* check for read & write permissions on README file ([65809cc](https://github.com/olavoparno/istanbul-badges-readme/commit/65809ccd72b6d2fc93a3649683bbe66f4a6ceeaa))
16+
517
## [1.7.0](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.6.0...v1.7.0) (2021-11-18)
618

719

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "istanbul-badges-readme",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "Creates README badges from istanbul coverage report",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)