From e94d82cd9312876fa9023c03de11b15190aaf5b8 Mon Sep 17 00:00:00 2001 From: Vartan Benohanian Date: Mon, 27 May 2019 10:21:53 -0400 Subject: [PATCH] Update package.json & history.md Signed-off-by: Vartan Benohanian --- history.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/history.md b/history.md index c34ba62..64b25c2 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,7 @@ +# v1.1.4 - 05/27/2019 + +* Updated error message modification through client socket. No longer prepending `JSON-IPC Client Exception::` to it. + # v1.1.3 - 02/11/2019 * Updated examples to remove references to `babel-polyfill` @@ -21,4 +25,4 @@ # v1.0.0 - 08/15/2017 -* Initial release \ No newline at end of file +* Initial release diff --git a/package.json b/package.json index f845a23..07aea6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-ipc-lib", - "version": "1.1.3", + "version": "1.1.4", "description": "Enables creation and consumption of Unix domain socket based IPC channels between Node.js apps using JSON-RPC 2.0 as a protocol.", "main": "./dist", "scripts": {