diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb9fe0..3269475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.0.0+2] - August 1, 2023 + +* Automated dependency updates + + ## [3.0.0+1] - July 18, 2023 * Automated dependency updates @@ -285,5 +290,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index ca8cf18..90a7d4c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'json_conditional' description: 'A library to create conditional evaluators from JSON or JSON-like structures.' homepage: 'https://github.com/peiffer-innovations/json_conditional' -version: '3.0.0+1' +version: '3.0.0+2' environment: sdk: '>=3.0.0 <4.0.0' @@ -16,7 +16,7 @@ dependencies: meta: '^1.9.1' dev_dependencies: - test: '^1.24.4' + test: '^1.24.5' ignore_updates: - 'archive'