react-d3-cloud-modern 1.0.7 → 1.0.8

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -213,6 +213,15 @@ MIT © [Yoctol](https://github.com/Yoctol/react-d3-cloud)
213
213
 
214
214
  ## Changelog
215
215
 
216
+ ### 1.0.8
217
+
218
+ - Update `@modelcontextprotocol/sdk` to `1.26.0`.
219
+ - Update `eslint` to `^9.26.0`.
220
+
221
+ ### 1.0.7
222
+
223
+ - Chore: bump version for dependency updates.
224
+
216
225
  ### 1.0.6
217
226
 
218
227
  - Upgrade `canvas` to `^3.2.1` to address a security vulnerability.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-d3-cloud-modern",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A word cloud component using d3-cloud",
5
5
  "license": "MIT",
6
6
  "author": "cph",