From 942486e452a2d9c64e151f74692ec3eddc9cfa84 Mon Sep 17 00:00:00 2001 From: Neil Jenkins Date: Tue, 24 Oct 2023 12:47:02 +1100 Subject: [PATCH] Release v2.2.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06375e0..53a19d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file, starting fr 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.2.4] - 2023-10-24 + +### Fixed + +- Fixed the type definition of the "setKeyHandler" method "key" parameter. + ## [2.2.3] - 2023-10-09 ### Fixed diff --git a/package.json b/package.json index 00742ba..c26b4c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "squire-rte", - "version": "2.2.3", + "version": "2.2.4", "description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.", "main": "dist/squire.mjs", "types": "dist/types/Squire.d.ts",