Skip to content

Commit 8d1f203

Browse files
committed
[1.3.0] Bump version
1 parent dbf3594 commit 8d1f203

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
### Next
1+
### 1.3.0 (2019-06-25)
22

33
* [PR#65](https://github.com/ddopson/node-segfault-handler/pull/65) - Add TypeScript definitions.
4+
* [PR#66](https://github.com/ddopson/node-segfault-handler/pull/66) - Support for node 0.10.
45

5-
### 1.2.0 (2018-05-18)
6+
### 1.2.0 (2019-05-18)
67

78
* [PR#62](https://github.com/ddopson/node-segfault-handler/pull/62) - Support for node 12.
89

9-
### 1.1.0 (2018-04-30)
10+
### 1.1.0 (2019-04-30)
1011

1112
* [PR#37](https://github.com/ddopson/node-segfault-handler/pull/37) - Fix lack of stack trace on ARM.
1213
* [PR#57](https://github.com/ddopson/node-segfault-handler/pull/57) - Support for Xcode 10.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Cheers, enjoy. And happy hunting.
7777
* Mark Smith (@markmsmith)
7878
* Paul-Maxime (@paul-maxime)
7979
* Ștefan-Gabriel Muscalu (@legraphista)
80+
* Matt Esch (@Matt-Esch)
8081
* Kenneth Geisshirt (@kneth): current maintainer
8182

8283
If you are a contributor and are missing, please create a pull request.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "segfault-handler",
33
"description": "catches SIGSEGV and prints diagnostic information",
4-
"version": "1.2.0",
4+
"version": "1.3.0",
55
"author": "Kenneth Geisshirt <[email protected]>",
66
"contributors": [
77
"Dave Dopson <[email protected]>",

0 commit comments

Comments
 (0)