Skip to content

Commit

Permalink
Release v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungwoo-An committed Sep 28, 2019
1 parent 6f24cb2 commit 0054b6c
Show file tree
Hide file tree
Showing 3 changed files with 879 additions and 675 deletions.
4 changes: 2 additions & 2 deletions lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Paragraph from '@editorjs/paragraph'
import List from '@editorjs/list'
import Warning from '@editorjs/warning'
import Code from '@editorjs/code'
import Link from '@editorjs/link'
import LinkTool from '@editorjs/link'
import Image from '@editorjs/image'
import Raw from '@editorjs/raw'
import Header from '@editorjs/header'
Expand All @@ -22,7 +22,7 @@ export const EDITOR_JS_PLUGINS = {
list: List,
warning: Warning,
code: Code,
link: Link,
linkTool: LinkTool,
image: Image,
raw: Raw,
header: Header,
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": "react-editor-js",
"version": "1.3.3",
"version": "1.3.4",
"description": "The unofficial editor-js component for React",
"author": "Jungwoo An <[email protected]>",
"keywords": [
Expand Down
Loading

0 comments on commit 0054b6c

Please sign in to comment.