Skip to content

Commit

Permalink
chore(release): 1.0.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.6](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](7af916f))
* **release:** configured .npmrc with package-lock=false and fixe release ([8d8ffbb](8d8ffbb))
* **release:** GitHub release https://github.com/bootstrap-styled/toggle ([3c38b26](3c38b26))
  • Loading branch information
semantic-release-bot committed Nov 14, 2018
1 parent f7e18af commit cc7b59a
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 cc7b59a

Please sign in to comment.