Skip to content

Commit dbdce9c

Browse files
authored
[Release] Increase version to 15.3.6 (#204)
1 parent d8be2e6 commit dbdce9c

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ Additionally, as part of this change the existing v3.x extension has been moved
153153

154154
| Version | Application Insights | Angular | Branch
155155
|---------|-----------------------|----------------------|-----------
156+
| 15.3.6 | ^3.3.6 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
156157
| 15.3.5 | ^3.3.5 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
157158
| 15.3.4 | ^3.3.4 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)
158159
| 15.3.3 | ^3.3.3 | peer: ^15.2.9 | [main](https://github.com/microsoft/applicationinsights-angularplugin-js)

RELEASES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Releases
22

3+
## 15.3.6 (March 6th, 2025)
4+
5+
### Changelog
6+
- #203 [pre-release] update application insights to 3.3.6
7+
38
## 15.3.5 (Feb 4th, 2025)
49

510
### Changelog
611

712
- #200 Update to Application Insights 3.3.5
813
- #195 Add support scripts to enable automated nightly integration testing
14+
- #197 Update Stale Issue action
15+
- #198 Update Lock Issue action
916

1017
## 15.3.4 (Oct 31st, 2024)
1118

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-angularplugin-js",
3-
"version": "15.3.5",
3+
"version": "15.3.6",
44
"description": "Microsoft Application Insights Angular plugin",
55
"main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js",
66
"module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js",

projects/applicationinsights-angularplugin-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/applicationinsights-angularplugin-js",
3-
"version": "15.3.5",
3+
"version": "15.3.6",
44
"description": "Microsoft Application Insights Angular plugin",
55
"author": "Microsoft Application Insights Team",
66
"license": "MIT",

sample/applicationinsights-angularplugin-sample/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@angular/platform-browser": "^15.2.9",
3232
"@angular/platform-browser-dynamic": "^15.2.9",
3333
"@angular/router": "^15.2.9",
34-
"@microsoft/applicationinsights-angularplugin-js": "^15.3.5",
34+
"@microsoft/applicationinsights-angularplugin-js": "^15.3.6",
3535
"@microsoft/applicationinsights-web": "^3.3.6",
3636
"angular-in-memory-web-api": "~0.15.0",
3737
"rxjs": "~7.5.0",

0 commit comments

Comments
 (0)