Skip to content

Commit

Permalink
chore(all): prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 9, 2017
1 parent 0293998 commit 0559df5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var AureliaWebpackPlugin = function () {
output += '!!' + this.options.customViewLoaders[extension].join('!') + '!';
}

if (lazy || bundle) output += 'bundle?';
if (lazy || bundle) output += 'bundle-loader?';
if (lazy) output += 'lazy';
if (lazy && bundle) output += '&';
if (bundle) output += 'name=' + bundle;
Expand Down
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.2.1"></a>
## [1.2.1](https://github.com/aurelia/webpack-plugin/compare/1.2.0...v1.2.1) (2017-02-09)

### Bug Fixes

* "Can't resolve 'bundle'" issue

<a name="1.2.0"></a>
# [1.2.0](https://github.com/aurelia/webpack-plugin/compare/1.1.0...v1.2.0) (2016-12-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-webpack-plugin",
"version": "1.2.0",
"version": "1.2.1",
"description": "A plugin for webpack that enables bundling Aurelia applications.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 0559df5

Please sign in to comment.