Skip to content

Commit

Permalink
Merge branch 'release/1.0.6' [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Jan 31, 2017
2 parents d80dba9 + 5edf476 commit 5ad4b00
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 62 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
#Changelog

###1.0.5
###1.0.6
- Layout and style fixes [mochawesome #118](https://github.com/adamgruber/mochawesome/issues/118)

###1.0.5
- Layout and style fixes [mochawesome #118](https://github.com/adamgruber/mochawesome/issues/118) (Broken)

###1.0.4
- Add support for local image paths in context

Expand Down
2 changes: 1 addition & 1 deletion dist/assets/external/app.css

Large diffs are not rendered by default.

53 changes: 24 additions & 29 deletions dist/assets/external/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/assets/inline/app.css

Large diffs are not rendered by default.

53 changes: 24 additions & 29 deletions dist/assets/inline/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mochawesome-report-generator",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint bin lib src/js src/components/**/*.js src/components/**/*.jsx test/**/*.js test/**/*.jsx",
Expand Down

0 comments on commit 5ad4b00

Please sign in to comment.