diff --git a/CHANGELOG.md b/CHANGELOG.md index bc9cfdc..dc53247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### NEXT +### 1.2.0 (2018-05-18) * [PR#62](https://github.com/ddopson/node-segfault-handler/pull/62) - Support for node 12. diff --git a/package.json b/package.json index aec7ad0..66dcc48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "segfault-handler", "description": "catches SIGSEGV and prints diagnostic information", - "version": "1.1.0", + "version": "1.2.0", "author": "Kenneth Geisshirt ", "contributors": [ "Dave Dopson ",