diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b49f3bd..51365cce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [11.26.0](https://github.com/5app/base5-ui/compare/v11.25.0...v11.26.0) (2020-12-15) + + +### Features + +* **utils:** New scrollIntoViewIfNeeded function ([4620d35](https://github.com/5app/base5-ui/commit/4620d35c44c868ad4a8702753825ebe3cc91d612)) + # [11.25.0](https://github.com/5app/base5-ui/compare/v11.24.0...v11.25.0) (2020-12-09) diff --git a/package.json b/package.json index bf7558f6..bcfabd71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base5-ui", - "version": "11.25.0", + "version": "11.26.0", "description": "5app's reusable UI component library", "main": "index.js", "scripts": {