From d5d0dabf8218de2eb2b2f1290e046555661e9579 Mon Sep 17 00:00:00 2001 From: Mohsen77sk Date: Wed, 16 Aug 2023 10:58:54 +0330 Subject: [PATCH] v3.1.0 --- CHANGELOG.md | 6 ++++++ projects/ngx-touch-keyboard/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d2489..3c9d88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [3.1.0] - 2023-08-16 + +### Added + +- Added Georgian Locale. + ## [3.0.0] - 2023-08-08 ### Changed diff --git a/projects/ngx-touch-keyboard/package.json b/projects/ngx-touch-keyboard/package.json index a74ef42..cfdf071 100644 --- a/projects/ngx-touch-keyboard/package.json +++ b/projects/ngx-touch-keyboard/package.json @@ -1,6 +1,6 @@ { "name": "ngx-touch-keyboard", - "version": "3.0.0", + "version": "3.1.0", "description": "Virtual Keyboard for Angular applications", "peerDependencies": { "@angular/common": ">=16.0.0",