Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anowak committed May 21, 2015
1 parent 8b551af commit 747cce2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.2.1 (May 21, 2015)

* Corrected publishing as Node.js module (`package.json` now contains correct main entry point)

## 0.2.0 (Apr 23, 2015)

* Added `fullpage` plugin to the sample page to ensure that whole HTML document gets exported
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "html-docx-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "Converts HTML documents to DOCX in the browser",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "html-docx-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "Converts HTML documents to DOCX in the browser",
"main": "build/api.js",
"repository": {
Expand Down

0 comments on commit 747cce2

Please sign in to comment.