Skip to content

Commit 073f5b2

Browse files
chore(release): v2.0.0 (#42)
2 parents 0b5c71a + bdfe001 commit 073f5b2

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/GSTJ/react-native-code-push-plugin/compare/v1.0.14...v2.0.0) (2026-08-05)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* Both Android and iOS CodePushServerURL values are required.
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
13+
### Build System
14+
15+
* **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))
16+
* **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))
17+
18+
### Chores
19+
20+
* **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))
21+
* **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))
22+
323
## [1.0.14](https://github.com/GSTJ/react-native-code-push-plugin/compare/v1.0.13...v1.0.14) (2026-07-28)
424

525
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-code-push-plugin",
3-
"version": "1.0.14",
3+
"version": "2.0.0",
44
"description": "Config plugin to auto configure react-native-code-push on prebuild",
55
"keywords": [
66
"expo",

0 commit comments

Comments
 (0)