We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe322c6 commit 92ef33fCopy full SHA for 92ef33f
2 files changed
doc/CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## [1.2.2](https://github.com/aurelia/cli/compare/1.2.1...1.2.2) (2019-11-05)
2
+
3
4
+### Bug Fixes
5
6
+* **webpack:** deal with host option before webpack config ([fe322c6](https://github.com/aurelia/cli/commit/fe322c6))
7
+* **webpack:** fix missing postcss in less/scss/styl processing ([c246d66](https://github.com/aurelia/cli/commit/c246d66)), closes [#1152](https://github.com/aurelia/cli/issues/1152)
8
9
10
11
## [1.2.1](https://github.com/aurelia/cli/compare/1.2.0...1.2.1) (2019-10-14)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-cli",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
0 commit comments