On [this line](https://github.com/sethwebster/ember-cli-new-version/blob/62c656473cfb3a5f27ed782f80f8fac6c0e9cba0/addon/components/new-version-notifier/component.js#L79) you're yielding within a `finally`. This is not really a good idea per https://github.com/machty/ember-concurrency/issues/185
On this line you're yielding within a
finally. This is not really a good idea per machty/ember-concurrency#185