From d00756725c5ca75952b2fbb42fc68c2815b62935 Mon Sep 17 00:00:00 2001 From: ej9x Date: Mon, 18 Mar 2019 19:06:31 +0300 Subject: [PATCH] 0.16.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6078d4a4..ed7f782a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [0.16.3](https://github.com/8base/boost/compare/v0.16.2...v0.16.3) (2019-03-18) + + +### Bug Fixes + +* **TreeSelect:** fix tree select errors ([015c0b2](https://github.com/8base/boost/commit/015c0b2)) + + + ## [0.16.2](https://github.com/8base/boost/compare/v0.16.1...v0.16.2) (2019-03-18) diff --git a/package.json b/package.json index 3a1790dc..ee16e25a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@8base/boost", - "version": "0.16.2", + "version": "0.16.3", "author": "8base", "license": "MIT", "main": "es/index.js",