From 9d4026a6407d76df4894a4f8852f9c4b465af16f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:54:46 +0000 Subject: [PATCH] Release 1.4.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acbf79f..bbea566 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ throws an exception if the protocol isn't correct ## History +### 1.4.0 +* [Create commands.yml (#14)](https://github.com/ProtoDef-io/node-protodef-validator/commit/3597c71d35a600c76438b2082782032ab40daa97) (thanks @extremeheat) +* [update submodule (#13)](https://github.com/ProtoDef-io/node-protodef-validator/commit/d79b1085a2590de5e33b811b777b16902134379b) (thanks @extremeheat) + ### 1.3.0 * update protodef diff --git a/package.json b/package.json index 1233a0f..743c3cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "protodef-validator", - "version": "1.3.1", + "version": "1.4.0", "description": "Validate ProtoDef protocol definition in node", "main": "index.js", "scripts": {