Skip to content

Commit 7523dfc

Browse files
authored
fix: export 'JsonCacheTry' (#104)
1 parent f189855 commit 7523dfc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- export `JsonCacheTry`
13+
[103](https://github.com/dartoos-dev/json_cache/issues/103).
14+
1015
## [1.4.0] - 2022-09-10
1116

1217
### Added

lib/json_cache.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ export 'src/json_cache_local_storage.dart';
1212
export 'src/json_cache_mem.dart';
1313
export 'src/json_cache_prefs.dart';
1414
export 'src/json_cache_sec_storage.dart';
15+
export 'src/json_cache_try.dart';
1516
export 'src/json_cache_wrap.dart';

0 commit comments

Comments
 (0)