diff --git a/CHANGELOG.md b/CHANGELOG.md index 446cd814..d7ec655f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [14.5.0](https://github.com/5app/base5-ui/compare/v14.4.3...v14.5.0) (2022-01-21) + + +### Features + +* add adjustments for ie11, [#11298](https://github.com/5app/base5-ui/issues/11298) ([562cf02](https://github.com/5app/base5-ui/commit/562cf02b3c89a9d769f1c2660203e4bedaa7286f)) + ## [14.4.3](https://github.com/5app/base5-ui/compare/v14.4.2...v14.4.3) (2022-01-04) diff --git a/package.json b/package.json index 69d0fa16..1407917d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "14.4.3", + "version": "14.5.0", "description": "5app's reusable UI component library", "main": "index.js", "types": "dist/index.d.ts",