diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d22a5..6a36e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [1.8.2](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.8.1...v1.8.2) (2022-06-14) + + +### Bug Fixes + +* **arguments:** check only for args beggining with -- ([49cab51](https://github.com/olavoparno/istanbul-badges-readme/commit/49cab518ba403eecd22fa932d692176166629db6)), closes [#70](https://github.com/olavoparno/istanbul-badges-readme/issues/70) + ### [1.8.1](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.8.0...v1.8.1) (2021-12-07) diff --git a/package-lock.json b/package-lock.json index 83a1005..2a91f16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "istanbul-badges-readme", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af988f2..dd0ecf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "istanbul-badges-readme", - "version": "1.8.1", + "version": "1.8.2", "description": "Creates README badges from istanbul coverage report", "scripts": { "test": "jest",