binbot-charts 0.14.0 → 0.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ ![Publish Package](https://github.com/carkod/binbot-charts/actions/workflows/npm-publish.yml/badge.svg)
2
+
3
+
1
4
  Binbot charts is default candlestick bars chart used in terminal.binbot.com to render bots graphically, packaged to be used in React.
2
5
  Import it in your project as a React component
3
6
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.14.0",
2
+ "version": "0.14.2",
3
3
  "name": "binbot-charts",
4
4
  "type": "module",
5
5
  "description": "Binbot charts is the default candlestick bars chart used in terminal.binbot.in to render bots graphically.",