Skip to content

Commit

Permalink
[Release] Increase version to 15.3.3 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Sep 28, 2024
1 parent 677d4b1 commit fcb0c7d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
8 changes: 2 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion projects/applicationinsights-angularplugin-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fcb0c7d

Please sign in to comment.