Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 6d216c5

Browse files
committed
Bump package versions
1 parent 1690326 commit 6d216c5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/parse-markdown-table-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-markdown-table-cli",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Convert a markdown table from text to JSON objects",
55
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"yargs": "^15.4.1",
3030
"tslib": "^2.0.1",
31-
"parse-markdown-table": "^0.0.4",
31+
"parse-markdown-table": "^0.0.5",
3232
"simple-fake-console": "^0.1.8",
3333
"@types/yargs": "^15.0.5",
3434
"@types/node": "^14.6.0"

packages/parse-markdown-table-cli/pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/parse-markdown-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-markdown-table",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Convert a markdown table from text to JavaScript objects",
55
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)