Skip to content

Commit

Permalink
chore(release): 1.22.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncStorageBot committed Feb 15, 2024
1 parent a170bac commit 67bb6f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/default-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.22.0](https://github.com/react-native-async-storage/async-storage/compare/v1.21.0...v1.22.0) (2024-02-15)


### Features

* add visionOS support ([#1063](https://github.com/react-native-async-storage/async-storage/issues/1063)) ([a170bac](https://github.com/react-native-async-storage/async-storage/commit/a170baced0265e197dc7c6659ee963efbc0418a6))

# [1.21.0](https://github.com/react-native-async-storage/async-storage/compare/v1.20.0...v1.21.0) (2023-11-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/default-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-async-storage/async-storage",
"version": "1.21.0",
"version": "1.22.0",
"description": "Asynchronous, persistent, key-value storage system for React Native.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit 67bb6f5

Please sign in to comment.