From c519e3b0c15da49bd21fa6221e12c0b948d47cc9 Mon Sep 17 00:00:00 2001 From: Kcnarf Date: Fri, 12 Aug 2022 15:59:46 +0200 Subject: [PATCH] preparing v1.1.2 --- README.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0d537d..e7574f4 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,13 @@ The drawback is that the computation of a Voronoï treemap is based on a iterati ## Installing -If you use NPM, `npm install d3-voronoi-treemap`. Otherwise, load `https://rawcdn.githack.com/Kcnarf/d3-voronoi-treemap/v1.1.0/build/d3-voronoi-treemap.js` (or its `d3-voronoi-treemap.min.js` version) to make it available in AMD, CommonJS, or vanilla environments. In vanilla, you must load the [d3-weighted-voronoi](https://github.com/Kcnarf/d3-weighted-voronoi) and [d3-voronoi-map](https://github.com/Kcnarf/d3-voronoi-map) plugins prioir to this one, and a d3 global is exported: +If you use NPM, `npm install d3-voronoi-treemap`. Otherwise, load `https://rawcdn.githack.com/Kcnarf/d3-voronoi-treemap/v1.1.2/build/d3-voronoi-treemap.js` (or its `d3-voronoi-treemap.min.js` version) to make it available in AMD, CommonJS, or vanilla environments. In vanilla, you must load the [d3-weighted-voronoi](https://github.com/Kcnarf/d3-weighted-voronoi) and [d3-voronoi-map](https://github.com/Kcnarf/d3-voronoi-map) plugins prioir to this one, and a d3 global is exported: ```html - - - + + + diff --git a/package.json b/package.json index 1f004ab..1c6c781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3-voronoi-treemap", - "version": "1.1.1", + "version": "1.1.2", "description": "D3 plugin which computes a treemap based on Voronoi tesselation", "keywords": [ "d3",