Reasons for the minor version bump:
- The Reify compiler is no longer responsible for renaming the module
identifier to match options.moduleAlias (it just assumes the new
identifier is defined).
- The Babel plugin has become responsible for renaming the module
identifier using an immediately invoked function expression.
https://github.com/benjamn/reify/pull/229
- The Babel plugin is no longer shipped as a separate npm package, but
instead lives within the reify package: reify/plugins/babel
https://github.com/benjamn/reify/pull/228