bubble-chart-js 1.0.4 β†’ 1.0.5

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.
package/CHANGELOG.md CHANGED
@@ -2,8 +2,6 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
-
6
-
7
5
  ## [Unreleased] - Initial Commit
8
6
 
9
7
  ### πŸš€ Added
package/README.md CHANGED
@@ -34,7 +34,7 @@ Scientific Research – Show relationships in grouped experimental data.
34
34
 
35
35
  Here’s an example of the bubble chart generated using this package:
36
36
 
37
- ![Stacked Bubble Chart Example](./assets/bubble-chart.png)
37
+ ![Stacked Bubble Chart Example](https://github.com/Praga-Dev/bubbleChartJS/blob/HEAD/assets/bubble-chart.png)
38
38
 
39
39
  ## Installation
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bubble-chart-js",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "bubbleChartJs is a lightweight, customizable JavaScript library for creating stacked bubble charts. It arranges bubbles based on their values, with the largest bubble positioned at the top and surrounding bubbles decreasing in size accordingly.",
5
5
  "main": "dist/bubbleChart.cjs.js",
6
6
  "module": "dist/bubbleChart.esm.js",