From f3feb50dab3b36fe5ec115e78667712473e2e882 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Fri, 22 Apr 2022 23:15:45 +0000 Subject: [PATCH] update the changelog --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05fc1df..89b5aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.0.3-dev +- Updated the value of the pubspec `repository` field. + ## v2.0.2 - Fix trailing whitespace after adding new key with block-value to map ([#15](https://github.com/dart-lang/yaml_edit/issues/15)). diff --git a/pubspec.yaml b/pubspec.yaml index 0670dc7..3887277 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: yaml_edit -version: 2.0.2 +version: 2.0.3-dev description: A library for YAML manipulation with comment and whitespace preservation. repository: https://github.com/dart-lang/yaml_edit issue_tracker: https://github.com/dart-lang/yaml_edit/issues