Skip to content

Commit

Permalink
update changelog; package/bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
clineamb committed Sep 12, 2015
1 parent 69451b4 commit 9d375c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ A [Bootstrap](http://getbootstrap.com) add-on to create drawer (off-canvas) styl
----------

# Changelog

#### v 1.0.4
* Fix docs.
* Update `package.json`, `bower.json`


#### v 1.0.3
* Fixed to be backwards compat w/BS 3.0.0 - somwhere after 3.0.0, the name of the transition.end event changed
* Thus, 1.0.2 likely introduced this breaking change
* Fixed to be backwards compatible with Bootstrap 3.0.0 - somwhere after 3.0.0, the name of the transition.end event changed


#### v 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-drawer",
"version": "1.0.2",
"version": "1.0.4",
"description": "A Bootstrap add-on to create drawer (off-canvas) styled navigation",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ goes off screen. This is an add-on to the core Bootstrap framework that adds va

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

**Version:** 1.0.3
**Version:** 1.0.4

## Requirements

Expand Down

0 comments on commit 9d375c4

Please sign in to comment.