From f5c285b13e9297a91f48cb290df29a09dc52aba8 Mon Sep 17 00:00:00 2001 From: Harry Hou Date: Sat, 19 Dec 2020 15:51:58 +0800 Subject: [PATCH] :memo: (update version and log) (#90) --- changeLog.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changeLog.md b/changeLog.md index d1a15c3..5bda64e 100644 --- a/changeLog.md +++ b/changeLog.md @@ -75,4 +75,8 @@ - change chart tooltip and labels (community contribute) - empty header when there is no config (community contribute) -- custom *context* to addAttach and addMsg(community contribute) \ No newline at end of file +- custom *context* to addAttach and addMsg(community contribute) + +### 2.1.2 + +- custom temp dir path (community contribute) diff --git a/package.json b/package.json index c28a0e9..a134bc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jest-html-reporters", "license": "MIT", - "version": "2.1.1", + "version": "2.1.2", "description": "Jest test results processor for generating a summary in HTML", "main": "index.js", "scripts": {