From ce6a1b9e84ee6dce74d71decf085ceea1a2c3e1d Mon Sep 17 00:00:00 2001 From: mvgaliev Date: Tue, 22 May 2018 19:16:43 +0300 Subject: [PATCH] added localization (#51) --- CHANGELOG.md | 4 ++++ package.json | 2 +- pbiviz.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e19e88b..0f43bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.9.0 + +* Added localization for all supported languages + ## 1.8.0 * Added Power BI bookmarks support diff --git a/package.json b/package.json index 776a4a6..17b7e4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-visuals-sankey", - "version": "1.8.0", + "version": "1.9.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 94fec7a..5dfeea0 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -1,7 +1,7 @@ { "visual": { "name": "SankeyDiagram", - "displayName": "Sankey 1.8.0", + "displayName": "Sankey 1.9.0", "guid": "SankeyDiagram1446463184954", "visualClassName": "SankeyDiagram", "version": "1.8.0",