diff --git a/packages/polyserve/CHANGELOG.md b/packages/polyserve/CHANGELOG.md index aa468806c..9f0fd04ac 100644 --- a/packages/polyserve/CHANGELOG.md +++ b/packages/polyserve/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.27.5] (2018-04-17) +* Update --npm flag description. + ## [0.27.4] (2018-04-11) * Fix AMD transform bug where if an HTML document had multiple type=module scripts, and any of them (apart from the first) had any kind of import, then that import was not accessible (because it was mapped to the wrong module callback function argument). diff --git a/packages/polyserve/package.json b/packages/polyserve/package.json index b2b5a3269..b60d919b8 100644 --- a/packages/polyserve/package.json +++ b/packages/polyserve/package.json @@ -51,7 +51,7 @@ "mz": "^2.4.0", "opn": "^3.0.2", "pem": "^1.8.3", - "polymer-build": "^3.0.0-pre.11", + "polymer-build": "=3.0.0-pre.12", "requirejs": "^2.3.4", "resolve": "^1.5.0", "send": "^0.14.1",