From 0fef420cb8d52cd8bcc100e4257331637ba4c7e2 Mon Sep 17 00:00:00 2001
From: Jason Mulligan <jason.mulligan@avoidwork.com>
Date: Fri, 5 Aug 2016 07:03:59 -0400
Subject: [PATCH] Building the last pull request, version bump to release

---
 lib/index.js | 2 +-
 package.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/index.js b/lib/index.js
index bd8dacf..dd0e1a8 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -52,7 +52,7 @@ var Worker = (function () {
 	}, {
 		key: "terminate",
 		value: function terminate() {
-			this.child.kill("SIGHUP");
+			this.child.kill("SIGINT");
 		}
 	}]);
 
diff --git a/package.json b/package.json
index 877e353..cbac201 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tiny-worker",
-  "version": "1.1.4",
+  "version": "1.1.5",
   "description": "Tiny WebWorker for Server",
   "main": "lib/index.js",
   "scripts": {
-- 
GitLab