diff --git a/.changeset/soft-elephants-sparkle.md b/.changeset/soft-elephants-sparkle.md deleted file mode 100644 index e73adbc3..00000000 --- a/.changeset/soft-elephants-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@react-native-async-storage/async-storage": patch ---- - -missing build step from CI added diff --git a/packages/async-storage/CHANGELOG.md b/packages/async-storage/CHANGELOG.md index dd13b92b..9adbc46a 100644 --- a/packages/async-storage/CHANGELOG.md +++ b/packages/async-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.0.1 + +### Patch Changes + +- 7b64ea4: missing build step from CI added + ## 3.0.0 ### Major Changes diff --git a/packages/async-storage/package.json b/packages/async-storage/package.json index 580b20c7..e0d2a092 100644 --- a/packages/async-storage/package.json +++ b/packages/async-storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-async-storage/async-storage", - "version": "3.0.0", + "version": "3.0.1", "description": "Asynchronous, persistent, key-value storage system for React Native.", "main": "./lib/module/index.js", "types": "./lib/typescript/index.d.ts",