FIx version and changelog

* version fix
This commit is contained in:
horoyami 2019-01-24 18:50:27 +03:00 committed by GitHub
parent 3842595c24
commit 95734bb2f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,8 +1,12 @@
# Changelog
### 2.7.30
- `Fix` Fixed selection behavior when text has modifiers form Inline Toolbar
### 2.7.29
- `Fix` Fixed selection behavior when text has modifiers from Inline Toolbar
- `Fix` cmd+x works only for custom selection now
### 2.7.28

View file

@ -1,6 +1,6 @@
{
"name": "codex.editor",
"version": "2.7.29",
"version": "2.7.30",
"description": "CodeX Editor. Native JS, based on API and Open Source",
"main": "dist/codex-editor.js",
"types": "./types/index.d.ts",