Skip to content

Commit

Permalink
Merge c753867 into bf4304c
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Jan 9, 2019
2 parents bf4304c + c753867 commit 0a4eaf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.1.2
* Changed mmm, mmmm and MMMM flag to use the month index value (M) instead of minutes (m) to return correct month names.

# 4.1.1
* Supports `MMMM` as `mmmm` date format

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "powerbi-visuals-utils-formattingutils",
"version": "4.1.1",
"version": "4.1.2",
"description": "FormattingUtils",
"main": "lib/index",
"types": "lib/index",
Expand Down

0 comments on commit 0a4eaf6

Please sign in to comment.