From 9a8af24b613e529d2da6ce99f2fd15254664b456 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Aug 2019 16:24:11 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/bootstrap-styled/utils/compare/v1.7.1...v1.8.0) (2019-08-04) ### Features * **typescript:** added typescript definition ([31a719b](https://github.com/bootstrap-styled/utils/commit/31a719b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9701d24..f1df294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.8.0](https://github.com/bootstrap-styled/utils/compare/v1.7.1...v1.8.0) (2019-08-04) + + +### Features + +* **typescript:** added typescript definition ([31a719b](https://github.com/bootstrap-styled/utils/commit/31a719b)) + ## [1.7.1](https://github.com/bootstrap-styled/utils/compare/v1.7.0...v1.7.1) (2018-12-16) diff --git a/package.json b/package.json index f19edf5..8ccc6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bootstrap-styled/utils", - "version": "1.7.1", + "version": "1.8.0", "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",