Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guigrpa committed Aug 20, 2019
1 parent 9e4edba commit fe10710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
## 3.1.1 (2019-8-20)

* Avoid issue when a single paragraph contains `END-IF/FOR` for a previous loop and `IF/FOR` for a new one (#72).
* Fix hyperlink styles (#64).

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "docx-templates",
"private": true,
"version": "3.1.0",
"version": "3.1.1",
"description": "Template-based docx report creation",
"author": "Guillermo Grau Panea",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/docx-templates/package.json
@@ -1,6 +1,6 @@
{
"name": "docx-templates",
"version": "3.1.0",
"version": "3.1.1",
"description": "Template-based docx report creation",
"main": "lib/indexNode.js",
"browser": "lib/indexBrowser.js",
Expand Down

0 comments on commit fe10710

Please sign in to comment.