diff --git a/CHANGELOG.md b/CHANGELOG.md index e23f108f5..a6c401616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [6.3.1](https://github.com/reactstrap/reactstrap/compare/6.3.0...6.3.1) (2018-07-27) + + +### Bug Fixes + +* **Collapse:** add function and string to innerRef propType ([#1129](https://github.com/reactstrap/reactstrap/issues/1129)) ([f380b41](https://github.com/reactstrap/reactstrap/commit/f380b41)), closes [#1054](https://github.com/reactstrap/reactstrap/issues/1054) +* **CustomInput:** allow any node for label ([#1095](https://github.com/reactstrap/reactstrap/issues/1095)) ([c1374b4](https://github.com/reactstrap/reactstrap/commit/c1374b4)) + + + # [6.3.0](https://github.com/reactstrap/reactstrap/compare/6.2.0...6.3.0) (2018-07-10) diff --git a/package.json b/package.json index dc5976a3b..6f6446cb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reactstrap", - "version": "6.3.0", + "version": "6.3.1", "description": "React Bootstrap 4 components", "main": "dist/reactstrap.cjs.js", "jsnext:main": "dist/reactstrap.es.js", @@ -19,8 +19,8 @@ "build": "rollup -c", "prebuild": "cross-env BABEL_ENV=lib-dir babel src --out-dir lib --ignore src/__tests__/", "postbuild": "node ./scripts/postbuild.js", - "create-release": "npm test && sh ./scripts/release", - "publish-release": "npm test && sh ./scripts/publish", + "create-release": "npm run cover && sh ./scripts/release", + "publish-release": "npm run cover && sh ./scripts/publish", "lint": "eslint src" }, "repository": {