From e829788291e4e750b9221c4e21689e2ecc9ca9da Mon Sep 17 00:00:00 2001 From: Justin <57725347+juskek@users.noreply.github.com> Date: Sun, 26 Feb 2023 11:49:04 +0000 Subject: [PATCH] Update docs --- CHANGELOG.md | 3 +++ README.md | 9 ++++++--- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ec620..9990e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.2+1 + +* Fixed catchKnownExceptions ## 0.0.2 * Modified TypeFilter to extend ProductionFilter instead of DevelopmentFilter so that the stackTrace is always printed. diff --git a/README.md b/README.md index 4f12425..bc857ed 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ syncTryCatchHandler( ## Additional information -TODO: how to -contribute to the package, how to file issues, what response they can expect -from the package authors, and more. +### Making Changes +1. Run `flutter test` +2. Change version number in pubspec.yaml +3. Update CHANGELOG.md +4. Run `dart pub publish --dry-run` +5. Run `dart pub publish` diff --git a/pubspec.yaml b/pubspec.yaml index b8b1196..a6df03e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_dev_utils description: Developer utils to make your life easier; e.g. try handlers to easily find source of bug, help classes for code editor inline tips. -version: 0.0.2 +version: 0.0.2+1 homepage: https://github.com/Kek-Tech/flutter_dev_utils # publish_to: none # Remove this line if you wish to publish to pub.dev