Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn00 committed Aug 13, 2024
1 parent c41a9bd commit 6e7fc6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions flutter_cache_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.4.1] - 2024-08-13

* Target js_interop for Wasm support

## [3.4.0] - 2024-08-01

* [Bugfix] For a previously cached file that got removed on the server, now evicts that file on 404 and notifies listeners.
Expand Down
4 changes: 4 additions & 0 deletions flutter_cache_manager_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.1.1] - 2024-08-13

* Target js_interop for Wasm support

## [2.1.0] - 2024-08-01

* Support setting a bucket
Expand Down
2 changes: 1 addition & 1 deletion flutter_cache_manager_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_cache_manager_firebase
description: CacheManager implementation for firebase_storage. Uses the gs:// as key and translates to https://
version: 2.1.0
version: 2.1.1
homepage: https://github.com/Baseflow/flutter_cache_manager

environment:
Expand Down

0 comments on commit 6e7fc6e

Please sign in to comment.