Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Gensler committed Oct 26, 2016
1 parent fe4ca74 commit 9d919e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 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.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-dynamic-import-webpack",
"version": "1.0.0",
"version": "1.0.1",
"description": "Babel plugin to transpile import() to require.ensure, for Webpack",
"main": "lib/index.js",
"directories": {
Expand Down

0 comments on commit 9d919e1

Please sign in to comment.