Skip to content

Commit 865d6d1

Browse files
committed
v0.0.13
1 parent 7273801 commit 865d6d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.0.12",
5+
"version": "0.0.13",
66
"useWorkspaces": true,
77
"npmClient": "yarn",
88
"command": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md2jsonml-core",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "Using mark-twain to convert markdown to jsonMl",
55
"keywords": [
66
"markdown"

packages/loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-md2jsonml-loader",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "markdown to jsonml",
55
"keywords": [
66
"markdown",
@@ -18,7 +18,7 @@
1818
"@babel/core": "^7.12.10",
1919
"babel-preset-react-app": "^10.0.0",
2020
"loader-utils": "^2.0.0",
21-
"md2jsonml-core": "^0.0.12",
21+
"md2jsonml-core": "^0.0.13",
2222
"prismjs": "^1.23.0",
2323
"ramda": "^0.27.1",
2424
"schema-utils": "^3.0.0"

0 commit comments

Comments
 (0)