diff --git a/CHANGELOG.md b/CHANGELOG.md index b0a4c6f0..da4ade23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [11.18.0](https://github.com/5app/base5-ui/compare/v11.17.0...v11.18.0) (2020-11-04) + + +### Features + +* **utils:** New getPalette colour util ([269dffc](https://github.com/5app/base5-ui/commit/269dffc67b6f500baf313718af79849e6e2fc130)) + # [11.17.0](https://github.com/5app/base5-ui/compare/v11.16.1...v11.17.0) (2020-11-04) diff --git a/package.json b/package.json index ffc83967..f4f26e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.17.0", + "version": "11.18.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {