shipshapecode / ember-cli-release

Ember CLI addon for versioned release management
MIT License
90 stars 18 forks source link

Fix silent-error deprecation. #18

Closed rwjblue closed 9 years ago

rwjblue commented 9 years ago

The internal SilentError that we were getting from ember-cli itself, has been extracted into another package (for easier sharing). The old path is still around but prints a deprecation warning when accessed.

This updates our internal usage to the new package and fixes the deprecation.

slindberg commented 9 years ago

Awesome, thanks.

slindberg commented 9 years ago

Released in v0.2.5