diff --git a/doc/history.md b/doc/history.md index 1fc9ca7..8252625 100644 --- a/doc/history.md +++ b/doc/history.md @@ -1,5 +1,9 @@ # History +## 1.7.2 + +* remove closure compiler + ## 1.7.1 * fix option in compiler diff --git a/package.json b/package.json index 1fcd708..ef4a79c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protodef", - "version": "1.7.1", + "version": "1.7.2", "description": "A simple yet powerful way to define binary protocols", "main": "index.js", "author": "roblabla ",