expo-manifests
Advanced tools
@@ -13,2 +13,12 @@ # Changelog | ||
## 0.4.0 — 2022-10-25 | ||
### 🛠 Breaking changes | ||
- Bumped iOS deployment target to 13.0 and deprecated support for iOS 12. ([#18873](https://github.com/expo/expo/pull/18873) by [@tsapeta](https://github.com/tsapeta)) | ||
### ⚠️ Notices | ||
- Replace `getAndroidJsEngine` as `jsEngine` lazy kotlin property. ([#19116](https://github.com/expo/expo/pull/19116) by [@kudo](https://github.com/kudo)) | ||
## 0.3.1 — 2022-07-16 | ||
@@ -15,0 +25,0 @@ |
{ | ||
"name": "expo-manifests", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"description": "Code to parse and use Expo and Expo Updates manifests.", | ||
@@ -23,5 +23,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"expo-json-utils": "~0.3.0" | ||
"expo-json-utils": "~0.4.0" | ||
}, | ||
"gitHead": "c6678c65b68e45062d49a2deea8e822f69388278" | ||
"gitHead": "eab2b09c735fb0fc2bf734a3f29a6593adba3838" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
46713
1.84%