Skip to content

Commit

Permalink
Cut version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Oct 3, 2017
1 parent e09114d commit f9da4a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ Sentry as part of the extra data, if it was the last action before an error.

## Changelog

### 1.1.0

* Add `filterBreadcrumbActions` option. ([#39])

### 1.0.0

* No changes. Just bringing the project out of beta.
Expand All @@ -166,3 +170,4 @@ Sentry as part of the extra data, if it was the last action before an error.
[#11]: https://github.com/captbaritone/raven-for-redux/pull/11
[#8]: https://github.com/captbaritone/raven-for-redux/pull/8
[1def9a7]: https://github.com/captbaritone/raven-for-redux/commit/1def9a747d7b711ad93da531b8ff9d128c352b45
[#39]: https://github.com/captbaritone/raven-for-redux/pull/39
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raven-for-redux",
"version": "1.0.0",
"version": "1.1.0",
"description": "Middleware for propagating Redux state/actions to Sentry via Raven.",
"main": "built/index.js",
"scripts": {
Expand Down

0 comments on commit f9da4a1

Please sign in to comment.