Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kopax authored Nov 14, 2018
2 parents a2df09f + cc7b59a commit 74027bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -353,4 +353,4 @@
}
},
"declinationId": "react-intl"
}
}

0 comments on commit 74027bf

Please sign in to comment.