diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d77b2b6..a5f76c2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.20 +- Updated `web-angular` to use `angular2_components` and to follow + best practices. +- Made generated code use the current calendar year. + ## 1.0.19 - Added `web-angular-quickstart`, a copy of the Angular docs' first example. - Removed `web-polymer`. diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 3aeee370..36d1ce44 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -17,7 +17,7 @@ import 'package:usage/usage_io.dart'; const String APP_NAME = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String APP_VERSION = '1.0.19'; +const String APP_VERSION = '1.0.20'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/${APP_NAME}.json'; diff --git a/pubspec.yaml b/pubspec.yaml index 6ff64775..3a513a78 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: stagehand # When changing this version, change the lib/src/cli_app.dart version as well. -version: 1.0.19 +version: 1.0.20 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up!