Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
This version contains many new features.

Note that this version contains breaking changes that make it
incompatible with earlier versions because of database schema changes.
I'm releasing this with the breaking changes because I don't believe
anyone is using this project who is not on the development branch.

New features include:

* Add npm "start" script
* Fix symbile file name for .pdb files
* Add originating request IP
* Add `extensions` map for file extensions of files
* Npm script for running the linter
* Change customFields options to be objects
* Add /api/crashreport api

Thanks to @Jimbly for lots of great contributions.
  • Loading branch information
Tony Crisci committed Feb 3, 2017
1 parent dbf3597 commit 616a282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple-breakpad-server",
"description": "Simple breakpad crash reports collecting server",
"version": "0.0.7",
"version": "1.0.0",
"bin": {
"simple-breakpad-server": "bin/simple-breakpad-server"
},
Expand Down

0 comments on commit 616a282

Please sign in to comment.