diff --git a/CHANGELOG.md b/CHANGELOG.md index 1098a98..d055c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.4] - 2026-01-21 + +### Changes +Bump mindbox plugin to version:1.0.4 + + ## [Unreleased] ### Changes @@ -22,7 +28,3 @@ Bump mindbox plugin to version:1.0.1 ### Changes Bump mindbox plugin to version:1.0.0 - - - - diff --git a/package-lock.json b/package-lock.json index 2618523..83f67e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mindbox-expo-plugin", - "version": "1.0.0", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mindbox-expo-plugin", - "version": "1.0.0", + "version": "1.0.4", "license": "ISC", "devDependencies": { "@expo/config-plugins": "^54.0.1", diff --git a/package.json b/package.json index 4a5d273..8b8b612 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mindbox-expo-plugin", - "version": "1.0.0", - "target-version": "1.0.3", + "version": "1.0.4", + "target-version": "1.0.4", "main": "app.plugin.js", "react-native": "build/runtime/index.js", "types": "build/index.d.ts", @@ -79,4 +79,4 @@ } } } -} \ No newline at end of file +}