Skip to content

Commit

Permalink
chore(release): 2.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.3](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)
  • Loading branch information
semantic-release-bot committed Dec 19, 2022
1 parent d5e0c6f commit a123118
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a123118

Please sign in to comment.