diff --git a/packages/http_exception/CHANGELOG.md b/packages/http_exception/CHANGELOG.md index abaf5722..23233e6c 100644 --- a/packages/http_exception/CHANGELOG.md +++ b/packages/http_exception/CHANGELOG.md @@ -1,12 +1,14 @@ +# 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.1.0 * Emit `is_error` and `status_code` in `toJson()`. - * No more `camelCase` at all. +* No more `camelCase` at all. # 1.0.0+3 * Slightly relax the deserialization of `errors`. diff --git a/packages/http_exception/README.md b/packages/http_exception/README.md index 2caa8299..d2f1030f 100644 --- a/packages/http_exception/README.md +++ b/packages/http_exception/README.md @@ -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) diff --git a/packages/http_exception/pubspec.yaml b/packages/http_exception/pubspec.yaml index d97ac4c2..628eae6a 100644 --- a/packages/http_exception/pubspec.yaml +++ b/packages/http_exception/pubspec.yaml @@ -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: