From ce8627529feae56fafec645545a5677a6f9becc9 Mon Sep 17 00:00:00 2001 From: zouxuoz Date: Wed, 19 Dec 2018 11:39:14 +0300 Subject: [PATCH] v0.10.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db309f1..ec2e3faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.10.1](https://github.com/8base/boost/compare/v0.10.0...v0.10.1) (2018-12-19) + + +### Bug Fixes + +* **EightBaseBoostProvider:** rid of unnecessary trash ([64c82a3](https://github.com/8base/boost/commit/64c82a3)) +* **Select:** fix height ([c40f2b2](https://github.com/8base/boost/commit/c40f2b2)) + + + # [0.10.0](https://github.com/8base/boost/compare/v0.9.4...v0.10.0) (2018-12-18) diff --git a/package.json b/package.json index 57e484a8..9c360560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@8base/boost", - "version": "0.10.0", + "version": "0.10.1", "author": "8base", "license": "MIT", "main": "es/index.js",