diff --git a/CHANGELOG.md b/CHANGELOG.md index d055c28..32f740f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.5] - 2026-05-20 + +### Changes +Bump mindbox plugin to version:1.0.5 + + ## [1.0.4] - 2026-01-21 ### Changes diff --git a/package-lock.json b/package-lock.json index 83f67e8..38eae34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mindbox-expo-plugin", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mindbox-expo-plugin", - "version": "1.0.4", + "version": "1.0.5", "license": "ISC", "devDependencies": { "@expo/config-plugins": "^54.0.1", diff --git a/package.json b/package.json index 8b8b612..2666771 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mindbox-expo-plugin", - "version": "1.0.4", - "target-version": "1.0.4", + "version": "1.0.5", + "target-version": "1.0.5", "main": "app.plugin.js", "react-native": "build/runtime/index.js", "types": "build/index.d.ts",