From b480d8b8f28dace86d5d76e2ea2876db24bdbf10 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Dec 2018 11:24:04 +0000 Subject: [PATCH] chore(release): 1.6.3 [skip ci] ## [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)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409f8ab..52a3cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 89bf271..3248b4c 100644 --- a/package.json +++ b/package.json @@ -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",