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": {