From bdfe0015cf8de0e71985c4523c2deb289bedb563 Mon Sep 17 00:00:00 2001 From: Gabriel Taveira Date: Wed, 5 Aug 2026 23:47:33 +0000 Subject: [PATCH] chore(release): v2.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6994c9b..cba8629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [2.0.0](https://github.com/GSTJ/react-native-code-push-plugin/compare/v1.0.14...v2.0.0) (2026-08-05) + +### ⚠ BREAKING CHANGES + +* Both Android and iOS CodePushServerURL values are required. + +### Bug Fixes + +* require a working CodePush server URL ([#41](https://github.com/GSTJ/react-native-code-push-plugin/issues/41)) ([0b5c71a](https://github.com/GSTJ/react-native-code-push-plugin/commit/0b5c71a69825bac5350512ab5d69965a3603b53c)) + +### Build System + +* **deps:** patch brace-expansion DoS ([#38](https://github.com/GSTJ/react-native-code-push-plugin/issues/38)) ([8ea4877](https://github.com/GSTJ/react-native-code-push-plugin/commit/8ea48776f25d896c934e817b831f7390a42702ca)) +* **deps:** patch brace-expansion vulnerability ([#37](https://github.com/GSTJ/react-native-code-push-plugin/issues/37)) ([63789e9](https://github.com/GSTJ/react-native-code-push-plugin/commit/63789e9d788cfcd94fe0048b27da016810e1be58)) + +### Chores + +* **deps:** allow immediate magic tooling updates ([#40](https://github.com/GSTJ/react-native-code-push-plugin/issues/40)) ([a623a27](https://github.com/GSTJ/react-native-code-push-plugin/commit/a623a27bb16e8190d8698d72b1d254843ec5fc9f)) +* **deps:** enforce a 14-day release age ([#39](https://github.com/GSTJ/react-native-code-push-plugin/issues/39)) ([8542927](https://github.com/GSTJ/react-native-code-push-plugin/commit/85429274f8fac6c2c8866f692e575ee960d752cc)) + ## [1.0.14](https://github.com/GSTJ/react-native-code-push-plugin/compare/v1.0.13...v1.0.14) (2026-07-28) ### Bug Fixes diff --git a/package.json b/package.json index 5914c01..f4d48fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-code-push-plugin", - "version": "1.0.14", + "version": "2.0.0", "description": "Config plugin to auto configure react-native-code-push on prebuild", "keywords": [ "expo",