Skip to content

Commit

Permalink
chore(release): 1.19.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncStorageBot committed Aug 13, 2023
1 parent dc2155a commit ab1717c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.19.2](https://github.com/react-native-async-storage/async-storage/compare/v1.19.1...v1.19.2) (2023-08-13)


### Bug Fixes

* tell users about how autolinking works ([#1000](https://github.com/react-native-async-storage/async-storage/issues/1000)) ([dc2155a](https://github.com/react-native-async-storage/async-storage/commit/dc2155a01088959bd52711a2a41e2296f5f58ebc))

## [1.19.1](https://github.com/react-native-async-storage/async-storage/compare/v1.19.0...v1.19.1) (2023-07-19)


Expand Down
2 changes: 1 addition & 1 deletion 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.19.1",
"version": "1.19.2",
"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 ab1717c

Please sign in to comment.