We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997d3e3 commit f09fe8bCopy full SHA for f09fe8b
README.md
@@ -49,6 +49,10 @@ throws an exception if the protocol isn't correct
49
50
## History
51
52
+### 1.3.0
53
+
54
+* update protodef
55
56
### 1.2.3
57
58
* add .json suffix when requiring (for webpack)
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "protodef-validator",
3
- "version": "1.2.3",
+ "version": "1.3.0",
4
"description": "Validate ProtoDef protocol definition in node",
5
"main": "index.js",
6
"scripts": {
0 commit comments