Skip to content

Commit f0c1ef5

Browse files
chore(release): 1.17.5 [skip ci]
1 parent db28513 commit f0c1ef5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.17.5](https://github.com/react-native-async-storage/async-storage/compare/v1.17.4...v1.17.5) (2022-05-18)
2+
3+
4+
### Bug Fixes
5+
6+
* invalid module name in augmentation ([#805](https://github.com/react-native-async-storage/async-storage/issues/805)) ([db28513](https://github.com/react-native-async-storage/async-storage/commit/db285138137b7d213598961b672be6ed8fade754))
7+
18
## [1.17.4](https://github.com/react-native-async-storage/async-storage/compare/v1.17.3...v1.17.4) (2022-05-09)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-async-storage/async-storage",
3-
"version": "1.17.4",
3+
"version": "1.17.5",
44
"description": "Asynchronous, persistent, key-value storage system for React Native.",
55
"main": "lib/commonjs/index.js",
66
"module": "lib/module/index.js",

0 commit comments

Comments
 (0)