Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoferretti committed Jul 13, 2021
1 parent 7fcbf1a commit 1b4dc8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.13.8"
"version": "0.14.0"
}
2 changes: 1 addition & 1 deletion packages/foam-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foam-core",
"repository": "https://github.com/foambubble/foam",
"version": "0.13.8",
"version": "0.14.0",
"license": "MIT",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/foam-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git"
},
"homepage": "https://github.com/foambubble/foam",
"version": "0.13.8",
"version": "0.14.0",
"license": "MIT",
"publisher": "foam",
"engines": {
Expand Down Expand Up @@ -395,10 +395,10 @@
},
"dependencies": {
"dateformat": "^3.0.3",
"foam-core": "^0.13.8",
"foam-core": "^0.14.0",
"gray-matter": "^4.0.2",
"markdown-it-regex": "^0.2.0",
"micromatch": "^4.0.2",
"remove-markdown": "^0.3.0"
}
}
}

0 comments on commit 1b4dc8a

Please sign in to comment.