Skip to content

Commit

Permalink
Merge pull request #14 from Winbee/upgrade-lib
Browse files Browse the repository at this point in the history
Upgrade lib
  • Loading branch information
Winbee authored Nov 29, 2022
2 parents b977e09 + eee8241 commit 7de3096
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 deletions.
41 changes: 32 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "joplin-plugin-turn-to-chart",
"version": "1.9.2",
"version": "1.9.3",
"description": "Joplin plugin which renders an HTML charts based on markdown or csv tables",
"author": "Samuel Gagnepain",
"homepage": "https://github.com/Winbee/joplin-turn-to-chart",
Expand Down Expand Up @@ -38,6 +38,6 @@
"yargs": "^16.2.0"
},
"dependencies": {
"turn-to-chart": "^1.0.0"
"turn-to-chart": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "net.gagnepain.turnToChart",
"app_min_version": "2.8",
"version": "1.9.2",
"version": "1.9.3",
"name": "turnToChart",
"description": "Transforms a markdown or csv table into an HTML chart",
"author": "Samuel Gagnepain",
Expand Down

0 comments on commit 7de3096

Please sign in to comment.