diff --git a/changelog.md b/changelog.md index cab2949..2133c12 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package.json b/package.json index c5be1ab..84b22e9 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.md b/readme.md index e298981..69ea1fb 100644 --- a/readme.md +++ b/readme.md @@ -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