From 91c5df0e7762278913e105ede9ad662e93815d2b Mon Sep 17 00:00:00 2001 From: Gabriel Taveira Date: Mon, 27 Jul 2026 01:06:15 +0000 Subject: [PATCH] chore(release): v1.0.11 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6d267..a297e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.0.11](https://github.com/GSTJ/react-native-code-push-plugin/compare/v1.0.10...v1.0.11) (2026-07-27) + +### Continuous Integration + +* say what to do when the release PR can't be opened ([#21](https://github.com/GSTJ/react-native-code-push-plugin/issues/21)) ([aa1e9d5](https://github.com/GSTJ/react-native-code-push-plugin/commit/aa1e9d5392eb5e8a20660d0329ba4c9fc5391794)) + ## [1.0.10](https://github.com/GSTJ/react-native-code-push-plugin/compare/v1.0.9...v1.0.10) (2026-07-27) ### Bug Fixes diff --git a/package.json b/package.json index 6a3b5f1..e83fc8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push-plugin", - "version": "1.0.10", + "version": "1.0.11", "description": "Config plugin to auto configure react-native-code-push on prebuild", "main": "build/index.js", "types": "build/index.d.ts",