Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazyzh committed Nov 25, 2023
1 parent 1ffa1cf commit 1217b0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,10 @@
### 3.1.4

* fix deep clone issue by @Hazyzh in https://github.com/Hazyzh/jest-html-reporters/pull/265

### 3.1.5

* add sort function and button for sort test by file name by @warakonsantang in https://github.com/Hazyzh/jest-html-reporters/pull/282
* Fix when sort column, hover effect will not working by @warakonsantang in https://github.com/Hazyzh/jest-html-reporters/pull/288
* fix(helper): fix add message method type by @Hazyzh in https://github.com/Hazyzh/jest-html-reporters/pull/294
* feat/add default content format by @Hazyzh in https://github.com/Hazyzh/jest-html-reporters/pull/295
2 changes: 1 addition & 1 deletion helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,4 @@ export const deepClone = <T>(obj: T): T => {
const getSerializableContent = (content: string | object) => {
if (typeof content === 'string') return content;
return JSON.stringify(content, null, 2);
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-html-reporters",
"license": "MIT",
"version": "3.1.4",
"version": "3.1.5",
"description": "Jest test results processor for generating a summary in HTML",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1217b0f

Please sign in to comment.