diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 7bc65c9877..7b85ff8916 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,3 +1,15 @@ +* 0.1.0 + * added a module registry + * added basic i18n support + * made hot module replacement optional + * added HTML minification for production build + * added css bundles for production build + * fixed bug with the production build (#38) + * added ui router configuration + * added sass/postcss support for production build + * enabled strict DI mode for AngularJS + * upgraded dependency on tslint-loader to work around a webpack issue: https://github.com/wbuchwalter/tslint-loader/issues/18 + * added basic support & docs for proxy * 0.0.2 * improved sass configuration for dev and prod * support added in production diff --git a/package.json b/package.json index 0ac724b5d5..9e7dfaaa57 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "private": true, "license": "MIT", - "version": "0.0.2", + "version": "0.1.0", "keywords": [ "web", "angular", @@ -91,7 +91,7 @@ "ts-loader": "0.8.x", "ts-node": "0.5.x", "source-map-loader": "0.1.x", - "tslint-loader": "2.1.x", + "tslint-loader": "^2.1.3", "istanbul-instrumenter-loader": "0.1.x", "jasmine-core": "2.4.x", "phantomjs-prebuilt": "2.1.x",