Skip to content

Commit 276e222

Browse files
chore(release): 1.16.1 [skip ci]
1 parent 199a2c2 commit 276e222

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.16.1](https://github.com/react-native-async-storage/async-storage/compare/v1.16.0...v1.16.1) (2022-02-10)
2+
3+
4+
### Bug Fixes
5+
6+
* also publish source map files ([#748](https://github.com/react-native-async-storage/async-storage/issues/748)) ([199a2c2](https://github.com/react-native-async-storage/async-storage/commit/199a2c2e6607b2b9af571aa2f3f9cc3057cf2af4))
7+
18
# [1.16.0](https://github.com/react-native-async-storage/async-storage/compare/v1.15.17...v1.16.0) (2022-02-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.16.0",
3+
"version": "1.16.1",
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)