diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2247466 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +## [1.0.6](https://github.com/bootstrap-styled/toggle/compare/v1.0.5...v1.0.6) (2018-11-14) + + +### Bug Fixes + +* **dependencies:** added [@semantic-release](https://github.com/semantic-release)/exec to fix CI ([7af916f](https://github.com/bootstrap-styled/toggle/commit/7af916f)) +* **release:** configured .npmrc with package-lock=false and fixe release ([8d8ffbb](https://github.com/bootstrap-styled/toggle/commit/8d8ffbb)) +* **release:** GitHub release https://github.com/bootstrap-styled/toggle ([3c38b26](https://github.com/bootstrap-styled/toggle/commit/3c38b26)) diff --git a/package.json b/package.json index 8b14172..21b747f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/toggle", - "version": "0.0.0-development", + "version": "1.0.6", "description": "Toggle option made with bootstrap and optionaly use react-intl or any other ui component", "main": "lib/index.js", "jsnext:main": "dist/@bootstrap-styled/toggle.es.js", @@ -353,4 +353,4 @@ } }, "declinationId": "react-intl" -} \ No newline at end of file +}