diff --git a/README.md b/README.md index 046a08c..b878bec 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ throws an exception if the protocol isn't correct ## History +### 1.3.0 + +* update protodef + ### 1.2.3 * add .json suffix when requiring (for webpack) diff --git a/package.json b/package.json index 1fc728d..5187c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protodef-validator", - "version": "1.2.3", + "version": "1.3.0", "description": "Validate ProtoDef protocol definition in node", "main": "index.js", "scripts": {