Bump to version 2.0.1 (dart-lang/yaml_edit#5)
diff --git a/pkgs/yaml_edit/CHANGELOG.md b/pkgs/yaml_edit/CHANGELOG.md index 2040c50..a97bb2c 100644 --- a/pkgs/yaml_edit/CHANGELOG.md +++ b/pkgs/yaml_edit/CHANGELOG.md
@@ -1,3 +1,7 @@ +## v2.0.1 +- License changed to BSD, as this package is now maintained by the Dart team. +- Fixed minor lints. + ## v2.0.0 - Migrated to null-safety. - API will no-longer return `null` in-place of a `YamlNode`, instead a
diff --git a/pkgs/yaml_edit/pubspec.yaml b/pkgs/yaml_edit/pubspec.yaml index f010d9f..ef76639 100644 --- a/pkgs/yaml_edit/pubspec.yaml +++ b/pkgs/yaml_edit/pubspec.yaml
@@ -1,5 +1,5 @@ name: yaml_edit -version: 2.0.0 +version: 2.0.1 description: A library for YAML manipulation with comment and whitespace preservation. homepage: https://github.com/google/dart-neats/tree/master/yaml_edit repository: https://github.com/dart-lang/yaml_edit.git