Skip to content

Commit

Permalink
[1.1.0] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Apr 30, 2019
1 parent b256a04 commit 024ca6c
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### X.Y.Z (YYYY-MM-DD)
### 1.1.0 (2018-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.
* [PR#58](https://github.com/ddopson/node-segfault-handler/pull/58) - Fix the `v8::String` deprecation warning
* [PR#58](https://github.com/ddopson/node-segfault-handler/pull/58) - Fix the `v8::String` deprecation warning.

### 1.0.1 (2018-05-17)

* [PR#36](https://github.com/ddopson/node-segfault-handler/pull/36) - Add license field to `package.json`.
Expand Down
26 changes: 26 additions & 0 deletions 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.0.1",
"version": "1.1.0",
"author": "Kenneth Geisshirt <[email protected]>",
"contributors": [
"Dave Dopson <[email protected]>",
Expand Down

0 comments on commit 024ca6c

Please sign in to comment.