Skip to content

Commit

Permalink
[1.3.0] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Jun 25, 2019
1 parent dbf3594 commit 8d1f203
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <geisshirt@gmail.com>",
"contributors": [
"Dave Dopson <ddopson@gmail.com>",
Expand Down

0 comments on commit 8d1f203

Please sign in to comment.