diff --git a/.changeset/wild-bottles-cheer.md b/.changeset/wild-bottles-cheer.md deleted file mode 100644 index b1f8419c4..000000000 --- a/.changeset/wild-bottles-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rnx-kit/rn-changelog-generator": patch ---- - -Update `facebook/react-native` references to point to the new `react` org diff --git a/incubator/rn-changelog-generator/CHANGELOG.md b/incubator/rn-changelog-generator/CHANGELOG.md index 79fb9aef9..60b338ae9 100644 --- a/incubator/rn-changelog-generator/CHANGELOG.md +++ b/incubator/rn-changelog-generator/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log - @rnx-kit/rn-changelog-generator +## 0.5.1 + +### Patch Changes + +- 8f1359a: Update `facebook/react-native` references to point to the new `react` org + ## 0.5.0 ### Minor Changes diff --git a/incubator/rn-changelog-generator/package.json b/incubator/rn-changelog-generator/package.json index b7275cd62..e83e87d60 100644 --- a/incubator/rn-changelog-generator/package.json +++ b/incubator/rn-changelog-generator/package.json @@ -1,6 +1,6 @@ { "name": "@rnx-kit/rn-changelog-generator", - "version": "0.5.0", + "version": "0.5.1", "description": "EXPERIMENTAL - USE WITH CAUTION - Generate a markdown-formatted list of changes between two version of react-native", "homepage": "https://github.com/microsoft/rnx-kit/tree/main/incubator/rn-changelog-generator#readme", "license": "MIT",