From 7ccd1a3ebee491f52f3a25a4f9fd521baeb7ebd8 Mon Sep 17 00:00:00 2001 From: Yannick Houbrix Date: Fri, 21 Apr 2023 21:18:50 +0200 Subject: [PATCH] chore(release): 0.2.16 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f3548..a5ec671 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. +### [0.2.16](https://github.com/sh33dafi/jest-sonar/compare/v0.2.15...v0.2.16) (2023-04-21) + + +### Features + +* added ability to override options via env ([04d333a](https://github.com/sh33dafi/jest-sonar/commit/04d333a50513915c488d3f77d1741e552f10aa9b)) + ### [0.2.15](https://github.com/sh33dafi/jest-sonar/compare/v0.2.14...v0.2.15) (2022-12-11) diff --git a/package-lock.json b/package-lock.json index 94c583b..019ac4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jest-sonar", - "version": "0.2.15", + "version": "0.2.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jest-sonar", - "version": "0.2.15", + "version": "0.2.16", "license": "MIT", "dependencies": { "entities": "4.3.0", diff --git a/package.json b/package.json index 027ffb4..ef3e82e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-sonar", - "version": "0.2.15", + "version": "0.2.16", "description": "A sonar reporter for jest", "keywords": [ "jest",