From 47d716306441fa1883f40c5089075c98c105ec70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kwa=C5=9Bniak?= Date: Sun, 18 Feb 2018 15:00:40 +0100 Subject: [PATCH] v3.11.0 --- .github_changelog_generator | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github_changelog_generator b/.github_changelog_generator index 7bb4a89..b4f40ce 100644 --- a/.github_changelog_generator +++ b/.github_changelog_generator @@ -1 +1 @@ -future-release=v3.10.0 +future-release=v3.11.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 18207b7..797e261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.11.0](https://github.com/Exelord/ember-initials/tree/v3.11.0) (2018-02-18) +[Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.10.0...v3.11.0) + +**Implemented enhancements:** + +- Upgrade to ember 3.0 [\#54](https://github.com/Exelord/ember-initials/pull/54) ([Exelord](https://github.com/Exelord)) + ## [v3.10.0](https://github.com/Exelord/ember-initials/tree/v3.10.0) (2018-02-18) [Full Changelog](https://github.com/Exelord/ember-initials/compare/v3.9.0...v3.10.0) diff --git a/package-lock.json b/package-lock.json index ff98ffb..781ff88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ember-initials", - "version": "3.10.0", + "version": "3.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dbf2893..7ef1822 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ember-initials", "author": "Exelord", - "version": "3.10.0", + "version": "3.11.0", "license": "MIT", "homepage": "https://github.com/Exelord/ember-initials#readme", "description": "Simple Initails Avatars for Ember 2 applications",