diff --git a/README.md b/README.md index 0e9edf83..6c6c0d95 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ any previously configured value. | Version | Application Insights | React Native | Branch |---------|-----------------------|----------------------|----------- +| 4.3.5 | ^3.3.5 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.3.4 | ^3.3.4 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.3.3 | ^3.3.3 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) | 4.3.2 | ^3.3.2 | *
dev:^0.69.9 | [main](https://github.com/microsoft/applicationinsights-react-native) diff --git a/RELEASES.md b/RELEASES.md index 4a9e3e14..a47358df 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,13 @@ # Releases +## 4.3.5 (Feb 4th, 2025) + +### Changelog + +- #68 Update to ApplicationInsights 3.4.5 +- #63 Add AI version update script to assist with automated integration testing +- #66 Update rush version + ## 4.3.4 (Oct 31st, 2024) ### Changelog diff --git a/applicationinsights-react-native/package.json b/applicationinsights-react-native/package.json index 85fb11fe..9960991a 100644 --- a/applicationinsights-react-native/package.json +++ b/applicationinsights-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-native", - "version": "4.3.4", + "version": "4.3.5", "description": "Microsoft Application Insights React Native Plugin", "main": "dist-esm/index.js", "exports": { diff --git a/package.json b/package.json index ccb5f887..db949e4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-native", - "version": "4.3.4", + "version": "4.3.5", "description": "Microsoft Application Insights React Native Plugin", "main": "dist-esm/index.js", "types": "types/index.d.ts", diff --git a/sample/package.json b/sample/package.json index 66d34fbe..79de47da 100644 --- a/sample/package.json +++ b/sample/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@expo/webpack-config": "^18.0.1", - "@microsoft/applicationinsights-react-native": "^4.3.4", + "@microsoft/applicationinsights-react-native": "^4.3.5", "@microsoft/applicationinsights-web": "^3.3.5", "expo": "~48.0.18", "expo-status-bar": "~1.4.4", diff --git a/version.json b/version.json index 3c2e0ab7..249f5dc8 100644 --- a/version.json +++ b/version.json @@ -6,7 +6,7 @@ "pkgs": { "@microsoft/applicationinsights-react-native": { "package": "applicationinsights-react-native/package.json", - "release": "4.3.4" + "release": "4.3.5" } } }