diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d43c6..7a39953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.16.5](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.4...v3.16.5) (2024-12-09) + + +### Bug Fixes + +* upgrade package:js min dependency to 0.7.0 ([#215](https://github.com/amplitude/Amplitude-Flutter/issues/215)) ([8190940](https://github.com/amplitude/Amplitude-Flutter/commit/8190940c77997b3fdec95e73ba7d2dcab5c528f9)) + ## [3.16.4](https://github.com/amplitude/Amplitude-Flutter/compare/v3.16.3...v3.16.4) (2024-09-09) diff --git a/example/pubspec.lock b/example/pubspec.lock index 56d250a..2d7f042 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "3.16.4" + version: "3.16.5" async: dependency: transitive description: diff --git a/lib/constants.dart b/lib/constants.dart index b6baba0..e5ad534 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ class Constants { static const packageName = 'amplitude-flutter'; - static const packageVersion = '3.16.4'; + static const packageVersion = '3.16.5'; } diff --git a/pubspec.yaml b/pubspec.yaml index 8f1b9c4..4a74721 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: amplitude_flutter description: Amplitude Flutter plugin -version: 3.16.4 +version: 3.16.5 homepage: https://www.amplitude.com repository: https://github.com/amplitude/Amplitude-Flutter