Skip to content

Commit

Permalink
Added information for version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alinex committed Jan 27, 2016
1 parent f64b19d commit 7adbfc8
Show file tree
Hide file tree
Showing 2 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 @@ -4,6 +4,13 @@ Version changes
The following list gives a short overview about what is changed between
individual versions:

Version 1.1.3 (2016-01-27)
-------------------------------------------------
- Stick markdown-it-toc-and-anchor to version 2.0.0 because it breaks in version 2.1.0.
- Remove unused variables from script.
- Fixed html conversion to work on second run without reinitializing, too.
- Make checked checkbox in toText() better visible.

Version 1.1.2 (2016-01-06)
-------------------------------------------------
- Optimized regex for emoji.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alinex-report",
"version": "1.1.2",
"version": "1.1.3",
"description": "Easy report generating using markdown.",
"copyright": "Alexander Schilling 2015-2016",
"private": false,
Expand Down Expand Up @@ -62,4 +62,4 @@
"node": ">=0.10"
},
"os": []
}
}

0 comments on commit 7adbfc8

Please sign in to comment.