diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9142d..07f8418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.5.0] - 2023-04-27 + +### Added + +- Added support MaxLength input. + +### Fixed + +- Fix scroll after enter key +- Fix style + ## [2.4.0] - 2023-04-07 ### Added diff --git a/projects/ngx-touch-keyboard/package.json b/projects/ngx-touch-keyboard/package.json index aa5acd4..9569472 100644 --- a/projects/ngx-touch-keyboard/package.json +++ b/projects/ngx-touch-keyboard/package.json @@ -1,6 +1,6 @@ { "name": "ngx-touch-keyboard", - "version": "2.4.0", + "version": "2.5.0", "description": "Virtual Keyboard for Angular applications", "peerDependencies": { "@angular/common": ">=14.0.0",