Skip to content

Commit e6392ff

Browse files
Fix prettier and bump version to 1.2.1
1 parent 3a4cc5b commit e6392ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "editorjs-blocks-react-renderer",
3-
"version": "1.2.0",
4-
"description": "EditorJS blocks renderer to semanticly beautiful html5 tags via React.",
3+
"version": "1.2.1",
4+
"description": "EditorJS blocks render to semanticly beautiful html5 tags via React.",
55
"keywords": [
66
"editorjs",
77
"editor.js",
@@ -13,6 +13,7 @@
1313
"gatsby",
1414
"renderer",
1515
"html5",
16+
"html",
1617
"blocks"
1718
],
1819
"main": "dist/index.js",

src/renderers/image/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface ImageBlockData {
77
url: string;
88
name?: string;
99
};
10-
url?: string
10+
url?: string;
1111
caption: string;
1212
withBorder: boolean;
1313
withBackground: boolean;

0 commit comments

Comments
 (0)