We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d885792 commit 9511198Copy full SHA for 9511198
CHANGES.md
@@ -1,5 +1,10 @@
1
## [HEAD]
2
3
+## [v1.0.2]
4
+> Dec 8, 2015
5
+
6
+- Pinned peer dependency on History to `1.13.x` to avoid console warnings.
7
8
## [v1.0.1]
9
> Dec 5, 2015
10
package.json
@@ -41,7 +41,7 @@
41
"warning": "^2.0.0"
42
},
43
"peerDependencies": {
44
- "history": "^1.12.0"
+ "history": "1.13.x"
45
46
"devDependencies": {
47
"babel": "^5.4.7",
scripts/release.sh
@@ -34,7 +34,7 @@ update_version 'package.json' $next_version
34
git commit -am "Version $next_version"
35
36
# push first to make sure we're up-to-date
37
-git push origin master
+git push origin 1.0.x
38
39
git tag $next_ref
40
git tag latest -f
0 commit comments