diff --git a/.github_changelog_generator b/.github_changelog_generator index 9688e34..bdb06b9 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1 @@ -future-release=v3.12.2 +future-release=v3.13.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5787e77..81105bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v3.13.0](https://github.com/Exelord/ember-initials/tree/v3.13.0) (2018-07-04) +[Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.12.2...v3.13.0) + +**Implemented enhancements:** + +- Update dependencies [\#66](https://github.com/Exelord/ember-initials/pull/66) ([Exelord](https://github.com/Exelord)) + +**Closed issues:** + +- avatar using all width and height [\#65](https://github.com/Exelord/ember-initials/issues/65) +- Make alt text and title configurable [\#64](https://github.com/Exelord/ember-initials/issues/64) +- ember-initials is not a helper [\#58](https://github.com/Exelord/ember-initials/issues/58) + ## [v3.12.2](https://github.com/Exelord/ember-initials/tree/v3.12.2) (2018-05-17) [Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.12.1...v3.12.2) diff --git a/package-lock.json b/package-lock.json index 3000de1..b4bd3b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ember-initials", - "version": "3.12.2", + "version": "3.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2efa9b3..f9c0c5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ember-initials", "author": "Exelord", - "version": "3.12.2", + "version": "3.13.0", "license": "MIT", "homepage": "https://github.com/Exelord/ember-initials#readme", "description": "Simple Initails Avatars for Ember 2 applications",