Skip to content

Commit

Permalink
FIx version and changelog
Browse files Browse the repository at this point in the history
* version fix
  • Loading branch information
horoyami authored Jan 24, 2019
1 parent 3842595 commit 95734bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dist/codex-editor.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 95734bb

Please sign in to comment.