diff --git a/CHANGELOG.md b/CHANGELOG.md index ae69f04..1aab774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.3.0+2] - October 22, 2024 + +* Automated dependency updates + + ## [3.3.0+1] - October 8, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index eb3552b..4af0fba 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,20 +1,20 @@ name: 'template_expressions' description: 'A Dart library to process string based templates using expressions.' homepage: 'https://github.com/peiffer-innovations/template_expressions' -version: '3.3.0+1' +version: '3.3.0+2' environment: sdk: '>=3.0.0 <4.0.0' dependencies: - convert: '^3.1.1' + convert: '^3.1.2' crypto: '^3.0.1' encrypt: '^5.0.3' fake_async: '^1.3.0' intl: '^0.19.0' json_class: '^3.0.0+16' json_path: '>=0.6.3 <1.0.0' - logging: '^1.2.0' + logging: '^1.3.0' meta: '^1.12.0' petitparser: '^6.0.1' pointycastle: '^3.9.1'