Publish http_exception 3.0.1
This commit is contained in:
parent
cdec62a914
commit
537a45e3d2
3 changed files with 7 additions and 4 deletions
|
@ -1,6 +1,8 @@
|
|||
# 3.0.1
|
||||
* Updated README
|
||||
|
||||
# 3.0.0
|
||||
* Migrated to support Dart SDK 2.12.x NNBD
|
||||
|
||||
# 2.0.0
|
||||
* Migrated to work with Dart SDK 2.12.x Non NNBD
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# angel3_http_exception
|
||||
[![version](https://img.shields.io/badge/pub-v2.12.4-brightgreen)](https://pub.dartlang.org/packages/angel3_http_exception)
|
||||
[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dartlang.org/packages/angel3_http_exception)
|
||||
[![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety)
|
||||
[![Gitter](https://img.shields.io/gitter/room/angel_dart/discussion)](https://gitter.im/angel_dart/discussion)
|
||||
|
||||
[![License](https://img.shields.io/github/license/dukefirehawk/angel)](https://github.com/dukefirehawk/angel/tree/angel3/http_exception)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: angel3_http_exception
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
description: Exception class that can be serialized to JSON and serialized to clients.
|
||||
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/http_exception
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue