Skip to content

Commit f85b713

Browse files
committed
1 parent c3d6145 commit f85b713

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@
4444
"bracketSpacing": false,
4545
"singleQuote": true,
4646
"trailingComma": "all"
47-
}
47+
},
48+
"version": "1.2.3"
4849
}

packages/draft-js-import-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-import-markdown",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "DraftJS: Import Markdown to ContentState",
55
"main": "lib/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)