diff --git a/CHANGELOG.md b/CHANGELOG.md index 066b6b9..24c3953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.22+31] - November 7, 2023 + +* Automated dependency updates + + ## [1.0.22+30] - October 31, 2023 * Automated dependency updates @@ -290,5 +295,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index c5d416d..54af2b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: 'dart_dependency_updater' description: 'A package that will scan for dependencies in a Dart repo, update them if needed, and can update the repo with them.' -version: '1.0.22+30' +version: '1.0.22+31' homepage: 'https://github.com/peiffer-innovations/actions_dart_dependency_updater' environment: @@ -11,7 +11,7 @@ dependencies: github: '^9.19.0' http: '^1.1.0' intl: '^0.18.1' - json_class: '^3.0.0+7' + json_class: '^3.0.0+8' logging: '^1.2.0' meta: '^1.9.1' pub_api_client: '^2.6.0'