diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b6bdf9f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +## [2.1.3](https://github.com/Duell10111/react-native-cache/compare/v.2.1.2...v.2.1.3) (2022-12-19) + + +### Continuous Integration + +* add release and test action (6e32339) +* enable semantic-release (d5e0c6f) + + +### Chore + +* update peerDependencies (bada219) diff --git a/package.json b/package.json index 0e1ddea..7f30ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@duell10111/react-native-cache", - "version": "2.1.1", + "version": "2.1.3", "description": "LRU cache built on AsyncStorage for react-native", "main": "./dist/index.js", "types": "./dist/index.d.ts",