0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-21 23:03:11 -05:00

Release v2.2.4

This commit is contained in:
Neil Jenkins 2023-10-24 12:47:02 +11:00
parent ff7babcdd3
commit 942486e452
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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",