diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab330bb..e0fd4560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [14.9.1](https://github.com/5app/base5-ui/compare/v14.9.0...v14.9.1) (2022-04-21) + + +### Bug Fixes + +* **Stack:** Fix unkown prop warning, noissue ([424a404](https://github.com/5app/base5-ui/commit/424a404305d47ad57c229f17433c66a5018a6d80)) + # [14.9.0](https://github.com/5app/base5-ui/compare/v14.8.0...v14.9.0) (2022-04-07) diff --git a/package.json b/package.json index c5ee7b53..d2326937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.9.0", + "version": "14.9.1", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",