diff --git a/CHANGELOG.md b/CHANGELOG.md index dcbfa13..6052647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.1.2.0 +* Fix a bug with displaying japanese characters in link labels +* Update outdated packages + ## 3.1.1 * Update outdated packages diff --git a/package-lock.json b/package-lock.json index d393982..fe9442b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "powerbi-visuals-sankey", - "version": "3.1.1", + "version": "3.1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "powerbi-visuals-sankey", - "version": "3.1.1", + "version": "3.1.2.0", "license": "MIT", "dependencies": { "d3-array": "^3.2.4", diff --git a/package.json b/package.json index 0b856e2..59b08c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-visuals-sankey", - "version": "3.1.1", + "version": "3.1.2.0", "description": "Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.", "repository": { "type": "git", diff --git a/pbiviz.json b/pbiviz.json index 6b7244b..df57b3e 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -1,10 +1,10 @@ { "visual": { "name": "SankeyDiagram", - "displayName": "Sankey 3.1.1", + "displayName": "Sankey 3.1.2.0", "guid": "sankey02300D1BE6F5427989F3DE31CCA9E0F32020", "visualClassName": "SankeyDiagram", - "version": "3.1.1", + "version": "3.1.2.0", "description": "Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.", "supportUrl": "https://community.powerbi.com", "gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-sankey"