Skip to content

Commit 78aa02f

Browse files
mvgalievignatvilesov
authored andcommitted
added localization (#24)
1 parent b8e6ca5 commit 78aa02f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.3.0
2+
* Added localization for all supported languages
3+
14
## 1.2.0
25
* UPD: powerbi-visuals-tools has been updated to 1.11.2 to support Bookmarks
36
* UPD: API has been updated to 1.11.2 to support Bookmarks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-visuals-histogram",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A histogram chart plots data ranges into intervals. Useful for estimating density.",
55
"repository": {
66
"type": "git",

pbiviz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Histogram",
55
"guid": "Histogram1445664487616",
66
"visualClassName": "Histogram",
7-
"version": "1.2.0",
7+
"version": "1.3.0",
88
"description": "A histogram chart plots data ranges into intervals. Useful for estimating density.",
99
"supportUrl": "http://community.powerbi.com",
1010
"gitHubUrl": "https://github.com/Microsoft/PowerBI-visuals-histogram"

0 commit comments

Comments
 (0)