Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] Increase version to 15.3.6 #204

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6 | ^3.3.6 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 15.3.5 | ^3.3.5 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 15.3.4 | ^3.3.4 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
| 15.3.3 | ^3.3.3 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
Expand Down
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Releases

## 15.3.6 (March 6th, 2025)

### Changelog
- #203 [pre-release] update application insights to 3.3.6

## 15.3.5 (Feb 4th, 2025)

### Changelog

- #200 Update to Application Insights 3.3.5
- #195 Add support scripts to enable automated nightly integration testing
- #197 Update Stale Issue action
- #198 Update Lock Issue action

## 15.3.4 (Oct 31st, 2024)

Expand Down
4 changes: 2 additions & 2 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.5",
"version": "15.3.6",
"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.5",
"version": "15.3.6",
"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.5",
"@microsoft/applicationinsights-angularplugin-js": "^15.3.6",
"@microsoft/applicationinsights-web": "^3.3.6",
"angular-in-memory-web-api": "~0.15.0",
"rxjs": "~7.5.0",
Expand Down
Loading