Skip to content

Commit

Permalink
Update package.json & history.md
Browse files Browse the repository at this point in the history
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
  • Loading branch information
vartanbeno committed May 27, 2019
1 parent 75c47cd commit e94d82c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion 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`
Expand All @@ -21,4 +25,4 @@

# v1.0.0 - 08/15/2017

* Initial release
* Initial release
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit e94d82c

Please sign in to comment.