diff --git a/README.md b/README.md index d823238..c625c0e 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Additionally, as part of this change the existing v3.x extension has been moved | Version | Application Insights | Angular | Branch |---------|-----------------------|----------------------|----------- +| 15.3.3 | ^3.3.3 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.2 | ^3.3.2 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.1 | ^3.3.1 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) | 15.3.0 | ^3.3.0 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js) diff --git a/RELEASES.md b/RELEASES.md index f7bde6e..841511a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,13 @@ # Releases +## 15.3.3 (Sep 27th, 2024) + +### Changelog + +- #182 Bump serve-static and express +- #186 Bump serve-static and express +- #187 [pre-release] update application insights to 3.3.3 + ## 15.3.2 (Sep 3rd, 2024) This release contains a potential type break change due to the definition of the expCfg in [IConfiguration](https://github.com/microsoft/ApplicationInsights-JS/blob/main/shared/AppInsightsCore/src/JavaScriptSDK.Interfaces/IConfiguration.ts) diff --git a/package-lock.json b/package-lock.json index 62991d3..0be1a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.2", + "version": "15.3.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.2", + "version": "15.3.3", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-common": "^3.3.3", @@ -17942,7 +17942,3 @@ } } } - - - - diff --git a/package.json b/package.json index b8444f9..c89c1cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.2", + "version": "15.3.3", "description": "Microsoft Application Insights Angular plugin", "main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js", "module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js", diff --git a/projects/applicationinsights-angularplugin-js/package.json b/projects/applicationinsights-angularplugin-js/package.json index a794a93..52844a1 100644 --- a/projects/applicationinsights-angularplugin-js/package.json +++ b/projects/applicationinsights-angularplugin-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-angularplugin-js", - "version": "15.3.2", + "version": "15.3.3", "description": "Microsoft Application Insights Angular plugin", "author": "Microsoft Application Insights Team", "license": "MIT", diff --git a/sample/applicationinsights-angularplugin-sample/package.json b/sample/applicationinsights-angularplugin-sample/package.json index caf1876..f3b8e6c 100644 --- a/sample/applicationinsights-angularplugin-sample/package.json +++ b/sample/applicationinsights-angularplugin-sample/package.json @@ -31,7 +31,7 @@ "@angular/platform-browser": "^15.2.9", "@angular/platform-browser-dynamic": "^15.2.9", "@angular/router": "^15.2.9", - "@microsoft/applicationinsights-angularplugin-js": "^15.3.2", + "@microsoft/applicationinsights-angularplugin-js": "^15.3.3", "@microsoft/applicationinsights-web": "^3.3.3", "angular-in-memory-web-api": "~0.15.0", "rxjs": "~7.5.0",