From 9715c2b1eb35e04436cb37840e80e6aa6b543199 Mon Sep 17 00:00:00 2001 From: Eddy Hernandez Date: Sun, 13 Mar 2016 18:42:39 -0700 Subject: [PATCH] chore(release): adding 0.5.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a27e3e7..647ffcd33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +## [0.5.3](https://github.com/reactstrap/reactstrap/compare/0.5.2...v0.5.3) (2016-03-14) + + + + ## [0.5.2](https://github.com/reactstrap/reactstrap/compare/0.5.1...v0.5.2) (2016-03-14) diff --git a/package.json b/package.json index 2bc334f6c..256445bfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "0.5.2", + "version": "0.5.3", "description": "React Bootstrap 4 components compatible with React 0.14.x and 15.x", "main": "lib/index.js", "scripts": {