Skip to content

Commit

Permalink
chore: release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
efstathiosntonas committed May 11, 2021
1 parent d5f85c8 commit 9abbf37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## [v1.1.1](https://github.com/georstat/react-native-image-cache/compare/v1.1.0...v1.1.1)
## [v1.1.2](https://github.com/georstat/react-native-image-cache/compare/v1.1.1...v1.1.2)

#### Improvements

- chore: removed some peerDependencies

chore: removed `@react-native-community/bob` and added `react-native-builder-bob`

fix: fixed `useEffect` props to only check for `props.source` instead of full props object, it was causing a loop if there was an error loading the image from cache ([d5f85c8](https://github.com/georstat/react-native-image-cache/commit/d5f85c89493919f49dfe632a367998df5f6ccc0a)).

## [v1.1.1](https://github.com/georstat/react-native-image-cache/compare/v1.1.0...v1.1.1) - 2021-05-11

#### Fixes

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@georstat/react-native-image-cache",
"version": "1.1.1",
"version": "1.1.2",
"access": "public",
"description": "React Native image file system caching for iOS and Android",
"main": "lib/commonjs/index.js",
Expand Down

0 comments on commit 9abbf37

Please sign in to comment.