Skip to content

Commit

Permalink
chore(release): 1.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.3](v1.6.2...v1.6.3) (2018-12-05)

### Bug Fixes

* **dependencies:** added missing webpack dependency. ([79d6927](79d6927))
* **misc:** removed useless console.log(). ([843f939](843f939))
  • Loading branch information
semantic-release-bot committed Dec 5, 2018
1 parent dd57914 commit b480d8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.6.3](https://github.com/bootstrap-styled/utils/compare/v1.6.2...v1.6.3) (2018-12-05)


### Bug Fixes

* **dependencies:** added missing webpack dependency. ([79d6927](https://github.com/bootstrap-styled/utils/commit/79d6927))
* **misc:** removed useless console.log(). ([843f939](https://github.com/bootstrap-styled/utils/commit/843f939))

## [1.6.2](https://github.com/bootstrap-styled/utils/compare/v1.6.1...v1.6.2) (2018-12-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bootstrap-styled/utils",
"version": "1.6.2",
"version": "1.6.3",
"description": "UMD module for helper functions used as utilities for bootstrap-styled and other related modules",
"main": "lib/index.js",
"jsnext:main": "dist/@bootstrap-styled/utils.es.js",
Expand Down

0 comments on commit b480d8b

Please sign in to comment.