From 6a58fe1cc60a6029533ace779218c1c05659fb4e Mon Sep 17 00:00:00 2001 From: Tobe O Date: Fri, 2 Nov 2018 16:21:39 -0400 Subject: [PATCH] bump to 2.0.1 --- CHANGELOG.md | 9 ++++++++- pubspec.yaml | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35381a26..235fb178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +# 2.0.1 +* Add import of `package:angel_framework/http.dart` + * https://github.com/angel-dart/hot/pull/7 + +# 2.0.0 +* Update for Dart 2 + Angel 2. + # 1.1.1+1 * Fix a bug that threw when `--observe` was not present. # 1.1.1 * Disable the observatory from pausing the isolate on exceptions, because Angel already handles -all exceptions by itself. \ No newline at end of file +all exceptions by itself. diff --git a/pubspec.yaml b/pubspec.yaml index 287616f2..74e3f1aa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: angel_hot description: Supports hot reloading of Angel servers on file changes. -version: 2.0.0 +version: 2.0.1 author: Tobe O homepage: https://github.com/angel-dart/hot environment: @@ -15,4 +15,4 @@ dependencies: watcher: ^0.9.0 dev_dependencies: http: ^0.11.3 - logging: ^0.11.0 \ No newline at end of file + logging: ^0.11.0