## v1.1.0

- [New] Removes dependency on babel-template and babel-plugin-syntax-dynamic-import ([#51](https://github.com/airbnb/babel-plugin-dynamic-import-webpack/pull/51))

## v1.0.2

- [refactor] Visit Import nodes instead of CallExpressions ([#33](https://github.com/airbnb/babel-plugin-dynamic-import-webpack/pull/33))

## v1.0.1

- [patch] Added automatic syntax support. You no longer need to add the `syntax-dynamic-import` plugin to your babel configuration. ([#5](https://github.com/airbnb/babel-plugin-dynamic-import-webpack/pull/5))

## v1.0.0

- Initial full release.
