Skip to content

Commit 2f0ba3e

Browse files
committed
Release v0.20.2
1 parent 723ee4d commit 2f0ba3e

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.20.2 - Tue, 07 Apr 2015 01:51:55 GMT
2+
---------------------------------------
3+
4+
- [723ee4d](../../commit/723ee4d) [fixed] Release scripts usage of rimraf
5+
- [7175431](../../commit/7175431) [fixed] Don't try to access .ownerDocument on null
6+
- [a58cff9](../../commit/a58cff9) [fixed] Numerous ESlint warnings (Removes 145 warnings)
7+
- [c6c4108](../../commit/c6c4108) [added] Twitter follow link to docs page footer
8+
- [20472b9](../../commit/20472b9) [fixed] Windows build
9+
10+
111
v0.20.1 - Sat, 04 Apr 2015 14:22:18 GMT
212
---------------------------------------
313

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "0.20.1",
3+
"version": "0.20.2",
44
"description": "Bootstrap 3 components build with React",
55
"repository": {
66
"type": "git",
@@ -84,4 +84,4 @@
8484
"dependencies": {
8585
"classnames": "^1.1.4"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)