changelog

This commit is contained in:
Tobe O 2018-11-03 22:05:10 -04:00
parent 122bf17162
commit ee93f87677
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
# 2.0.0-alpha.4
* Strong typing updates.
# 2.0.0-alpha.3 # 2.0.0-alpha.3
* Directly import Angel HTTP. * Directly import Angel HTTP.

View file

@ -2,7 +2,7 @@ name: angel_websocket
description: WebSocket plugin for Angel. description: WebSocket plugin for Angel.
environment: environment:
sdk: ">=2.0.0-dev <3.0.0" sdk: ">=2.0.0-dev <3.0.0"
version: 2.0.0-alpha.3 version: 2.0.0-alpha.4
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_websocket homepage: https://github.com/angel-dart/angel_websocket
dependencies: dependencies: