Skip to content

Commit fbe0f54

Browse files
committed
Bump version to 1.4.0
1 parent a3f138b commit fbe0f54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ This option was introduced in version 1.3.1.
196196

197197
## Changelog
198198

199+
### 1.4.0
200+
201+
* Add `breadcrumbMessageFromAction` method. ([#98])
202+
199203
### 1.3.1
200204

201205
* Add `getTags` option. ([#69])
@@ -243,3 +247,4 @@ This option was introduced in version 1.3.1.
243247
[#49]: https://github.com/captbaritone/raven-for-redux/pull/49
244248
[#59]: https://github.com/captbaritone/raven-for-redux/pull/59
245249
[#69]: https://github.com/captbaritone/raven-for-redux/pull/69
250+
[#98]: https://github.com/captbaritone/raven-for-redux/pull/98

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raven-for-redux",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Middleware for propagating Redux state/actions to Sentry via Raven.",
55
"main": "built/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)