Skip to content

Commit 9d375c4

Browse files
committed
update changelog; package/bower.json
1 parent 69451b4 commit 9d375c4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

changelog.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ A [Bootstrap](http://getbootstrap.com) add-on to create drawer (off-canvas) styl
55
----------
66

77
# Changelog
8+
9+
#### v 1.0.4
10+
* Fix docs.
11+
* Update `package.json`, `bower.json`
12+
13+
814
#### v 1.0.3
9-
* Fixed to be backwards compat w/BS 3.0.0 - somwhere after 3.0.0, the name of the transition.end event changed
10-
* Thus, 1.0.2 likely introduced this breaking change
15+
* Fixed to be backwards compatible with Bootstrap 3.0.0 - somwhere after 3.0.0, the name of the transition.end event changed
1116

1217

1318
#### v 1.0.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-drawer",
3-
"version": "1.0.2",
3+
"version": "1.0.4",
44
"description": "A Bootstrap add-on to create drawer (off-canvas) styled navigation",
55
"main": "index.js",
66
"directories": {

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ goes off screen. This is an add-on to the core Bootstrap framework that adds va
1010

1111
This Readme is actually a quick start. [Check out the full documentation](http://clineamb.github.io/bootstrap-drawer) for detailed usage and style guide.
1212

13-
**Version:** 1.0.3
13+
**Version:** 1.0.4
1414

1515
## Requirements
1616

0 commit comments

Comments
 (0)