diff --git a/CHANGELOG.md b/CHANGELOG.md index 4093657..9be36e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ -### Next +### 1.3.0 (2019-06-25) * [PR#65](https://github.com/ddopson/node-segfault-handler/pull/65) - Add TypeScript definitions. +* [PR#66](https://github.com/ddopson/node-segfault-handler/pull/66) - Support for node 0.10. -### 1.2.0 (2018-05-18) +### 1.2.0 (2019-05-18) * [PR#62](https://github.com/ddopson/node-segfault-handler/pull/62) - Support for node 12. -### 1.1.0 (2018-04-30) +### 1.1.0 (2019-04-30) * [PR#37](https://github.com/ddopson/node-segfault-handler/pull/37) - Fix lack of stack trace on ARM. * [PR#57](https://github.com/ddopson/node-segfault-handler/pull/57) - Support for Xcode 10. diff --git a/README.md b/README.md index 9fe702d..579b254 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Cheers, enjoy. And happy hunting. * Mark Smith (@markmsmith) * Paul-Maxime (@paul-maxime) * Ștefan-Gabriel Muscalu (@legraphista) +* Matt Esch (@Matt-Esch) * Kenneth Geisshirt (@kneth): current maintainer If you are a contributor and are missing, please create a pull request. diff --git a/package-lock.json b/package-lock.json index f7bba1e..996b352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "segfault-handler", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26d5241..6145328 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "segfault-handler", "description": "catches SIGSEGV and prints diagnostic information", - "version": "1.2.0", + "version": "1.3.0", "author": "Kenneth Geisshirt ", "contributors": [ "Dave Dopson ",