Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Dec 11, 2017
1 parent 9a62048 commit ccbb11a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
* [ ] Consider whether any changes warrant additions to these tests
* [ ] Stop and think "What version number should this be according to SemVer?"
* [ ] Add an entry to the [History](https://github.com/getsentry/raven-node/blob/master/History.md) file.
* [ ] Bump version number in `package.json` using `npm version -m [patch|minor|major] 'release: %s'`.
* [ ] Bump version number in `package.json` using `npm version [patch|minor|major] -m 'release: %s'`.
* [ ] Push to GitHub (`git push origin master --follow-tags`).
* [ ] Once CI builds pass, `sentry-probot` will publish a release on npm and GitHub.
13 changes: 12 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2.3.0 - 12/11/2017

- fix: attach remaining non-enumerables to req [See #387]
- feat: Allow to configure stacktrace for captureMessage calls [See #388]
- fix: access 'process' through global variable [See #399]
- ref: Enable http instrumentation by default [See #401]
- ref: Warn user when using capture/wrap without installing Raven [See #402]
- ci: Integrate Zeus and release with the bot [See #403]
- ref: Delete empty properties before sending event to the server [See #407]
- feat: Support Boom library statusCode [See #408]

# 2.2.1 - 10/02/2017

- Remove unintentional memwatch-next dependency
Expand All @@ -10,7 +21,7 @@
- Pull Error's name from constructor, not Error itself to always get correct error type [See #372]
- Updated Errors serialization to store all additional properties and allow for attaching other object instances directly to it [See #376]
- Preserve some non-enumerable properties from request [See #379]
- Fall back to NODE_ENV for Sentry Environment [See #384]
- Fall back to `NODE_ENV` for Sentry Environment [See #384]

# 2.1.2 - 8/16/2017
- Remove errant large file that accidentally got published in 2.1.1. [See #361]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"raven",
"sentry"
],
"version": "2.2.1",
"version": "2.3.0",
"repository": "git://github.com/getsentry/raven-node.git",
"license": "BSD-2-Clause",
"homepage": "https://github.com/getsentry/raven-node",
Expand Down

0 comments on commit ccbb11a

Please sign in to comment.