Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit899d8d8

Browse files
committed
Bump version to 1.3.1
Turns out I had published 1.3.0 without pushing the change to github. This corrects the record. `getTags` are actually in 1.3.1 not 1.3.0
1 parentfbd9e52 commit899d8d8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

‎README.md‎

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,17 @@ Raven allows you to associate [tags] with each report.
180180
an object of tags (key → value). Be careful not to mutate your`state`
181181
within this function.
182182

183-
This option was introduced in version 1.3.0.
183+
This option was introduced in version 1.3.1.
184184

185185
##Changelog
186186

187+
###1.3.1
188+
189+
* Add`getTags` option. ([#69])
190+
187191
###1.3.0
188192

189193
* The Raven "extras" that we add are merged with existing extras rather than replacing them. ([#59])
190-
* Add`getTags` option. ([#69])
191194

192195
###1.2.0
193196

‎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.0",
3+
"version":"1.3.1",
44
"description":"Middleware for propagating Redux state/actions to Sentry via Raven.",
55
"main":"built/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp