Skip to content

Commit

Permalink
Fix prettier and bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningspirit committed Oct 27, 2021
1 parent 3a4cc5b commit e6392ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "editorjs-blocks-react-renderer",
"version": "1.2.0",
"description": "EditorJS blocks renderer to semanticly beautiful html5 tags via React.",
"version": "1.2.1",
"description": "EditorJS blocks render to semanticly beautiful html5 tags via React.",
"keywords": [
"editorjs",
"editor.js",
Expand All @@ -13,6 +13,7 @@
"gatsby",
"renderer",
"html5",
"html",
"blocks"
],
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/renderers/image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export interface ImageBlockData {
url: string;
name?: string;
};
url?: string
url?: string;
caption: string;
withBorder: boolean;
withBackground: boolean;
Expand Down

0 comments on commit e6392ff

Please sign in to comment.