From 6d3c7d290af6fd9aac5a4834ca23baedbea1ada4 Mon Sep 17 00:00:00 2001 From: Mohsen-MSK Date: Fri, 2 Dec 2022 01:11:08 +0330 Subject: [PATCH] v2.3.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 a13da52..7255045 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). +## [2.3.0] - 2022-12-02 + +### Changed + +- Updated to angular 15 + ## [2.2.0] - 2022-09-07 ### Added diff --git a/projects/ngx-touch-keyboard/package.json b/projects/ngx-touch-keyboard/package.json index be0f831..53f0a66 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.2.0", + "version": "2.3.0", "description": "Virtual Keyboard for Angular applications", "peerDependencies": { "@angular/common": ">=14.0.0",