Skip to content

Commit 90a02cd

Browse files
chore(release): 1.17.6 [skip ci]
1 parent 668f384 commit 90a02cd

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.6](https://github.com/react-native-async-storage/async-storage/compare/v1.17.5...v1.17.6) (2022-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **windows:** change `WindowsTargetPlatformVersion` to 10.0 ([#810](https://github.com/react-native-async-storage/async-storage/issues/810)) ([668f384](https://github.com/react-native-async-storage/async-storage/commit/668f384963a7c1ea0be9df693af5806b552d998b))
7+
18
## [1.17.5](https://github.com/react-native-async-storage/async-storage/compare/v1.17.4...v1.17.5) (2022-05-18)
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.5",
3+
"version": "1.17.6",
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)