We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d6145 commit f85b713Copy full SHA for f85b713
package.json
@@ -44,5 +44,6 @@
44
"bracketSpacing": false,
45
"singleQuote": true,
46
"trailingComma": "all"
47
- }
+ },
48
+ "version": "1.2.3"
49
}
packages/draft-js-import-markdown/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "draft-js-import-markdown",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "DraftJS: Import Markdown to ContentState",
5
"main": "lib/main.js",
6
"scripts": {
0 commit comments