Skip to content

Commit 8c1afeb

Browse files
chore(release): 1.18.0 [skip ci]
1 parent 271a040 commit 8c1afeb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.18.0](https://github.com/react-native-async-storage/async-storage/compare/v1.17.12...v1.18.0) (2023-03-27)
2+
3+
4+
### Features
5+
6+
* **android:** Bump Next version dependencies, min and target SDK ([#949](https://github.com/react-native-async-storage/async-storage/issues/949)) ([271a040](https://github.com/react-native-async-storage/async-storage/commit/271a0400db12b50945882e062260826a393f1a3d))
7+
18
## [1.17.12](https://github.com/react-native-async-storage/async-storage/compare/v1.17.11...v1.17.12) (2023-03-15)
29

310

package.json

Lines changed: 1 addition & 1 deletion
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.12",
3+
"version": "1.18.0",
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)