From f07b65d5278c6050d36e9d71abcb9c5a662aed3b Mon Sep 17 00:00:00 2001 From: Ashita Prasad Date: Wed, 25 Dec 2024 05:39:05 +0530 Subject: [PATCH] bump postman --- packages/postman/CHANGELOG.md | 4 ++++ packages/postman/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/postman/CHANGELOG.md b/packages/postman/CHANGELOG.md index fad2be88..834a3a85 100644 --- a/packages/postman/CHANGELOG.md +++ b/packages/postman/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +- Update postmanCollectionToJsonStr() encoder indentation from `\t` to ` `. + ## 0.1.1 - Reduce Dart SDK requirements. diff --git a/packages/postman/pubspec.yaml b/packages/postman/pubspec.yaml index 71567106..28ad28fb 100644 --- a/packages/postman/pubspec.yaml +++ b/packages/postman/pubspec.yaml @@ -1,6 +1,6 @@ name: postman description: Seamlessly convert Postman Collection Format v2.1 to Dart and vice versa. -version: 0.1.1 +version: 0.1.2 homepage: https://github.com/foss42/apidash topics: