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: