diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb2406..18f24e5 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.4.0](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.3.4...v1.4.0) (2021-06-07) + + +### Features + +* add default hashes in coverage badges ([90dff1e](https://github.com/olavoparno/istanbul-badges-readme/commit/90dff1e8040f76c2514eca96b1897ca2599d9beb)) + ### [1.3.4](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.3.3...v1.3.4) (2021-05-21) ### [1.3.3](https://github.com/olavoparno/istanbul-badges-readme/compare/v1.3.1...v1.3.3) (2021-05-21) diff --git a/package-lock.json b/package-lock.json index fef89f0..6555798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "istanbul-badges-readme", - "version": "1.3.4", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6254a54..f631a45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "istanbul-badges-readme", - "version": "1.3.4", + "version": "1.4.0", "description": "Creates README badges from istanbul coverage report", "scripts": { "test": "jest",