bump to 2.0.1
This commit is contained in:
parent
fae13b4a00
commit
6a58fe1cc6
2 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
# 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
|
# 1.1.1+1
|
||||||
* Fix a bug that threw when `--observe` was not present.
|
* Fix a bug that threw when `--observe` was not present.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: angel_hot
|
name: angel_hot
|
||||||
description: Supports hot reloading of Angel servers on file changes.
|
description: Supports hot reloading of Angel servers on file changes.
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
author: Tobe O <thosakwe@gmail.com>
|
author: Tobe O <thosakwe@gmail.com>
|
||||||
homepage: https://github.com/angel-dart/hot
|
homepage: https://github.com/angel-dart/hot
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue