From f7eb13af309360ad2144ec58bbfab94c0a83cdf6 Mon Sep 17 00:00:00 2001 From: "@5app-Machine" Date: Mon, 25 Nov 2019 15:18:07 +0000 Subject: [PATCH] chore(release): 6.14.0 [skip ci] # [6.14.0](https://github.com/5app/base5-ui/compare/v6.13.1...v6.14.0) (2019-11-25) ### Features * **InlineList:** Allow custom list elements ([825446e](https://github.com/5app/base5-ui/commit/825446eb8c18af0dbce9233b57e2e4eff314e7b1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56ba4545..5bffac75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.14.0](https://github.com/5app/base5-ui/compare/v6.13.1...v6.14.0) (2019-11-25) + + +### Features + +* **InlineList:** Allow custom list elements ([825446e](https://github.com/5app/base5-ui/commit/825446eb8c18af0dbce9233b57e2e4eff314e7b1)) + ## [6.13.1](https://github.com/5app/base5-ui/compare/v6.13.0...v6.13.1) (2019-11-25) diff --git a/package.json b/package.json index 1057b8b7..36eaad61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "6.13.1", + "version": "6.14.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {