From 37cf48232fbf6aafe31338cf5856cfc606d329aa Mon Sep 17 00:00:00 2001 From: xdan Date: Sun, 12 May 2024 01:08:20 +0300 Subject: [PATCH] New version 4.2.17 Read more https://github.com/xdan/jodit/blob/main/CHANGELOG.md --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e5a0a2c6..c0ea8b29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "jodit", - "version": "4.2.16", + "version": "4.2.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "jodit", - "version": "4.2.16", + "version": "4.2.17", "license": "MIT", "dependencies": { "autobind-decorator": "^2.4.0" diff --git a/package.json b/package.json index e224c43f..1e7d6cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jodit", - "version": "4.2.16", + "version": "4.2.17", "description": "Jodit is an awesome and useful wysiwyg editor with filebrowser", "main": "build/jodit.min.js", "types": "./types/index.d.ts",