Skip to content

Commit

Permalink
[Release] Increase version to 3.0.2+ (#101)
Browse files Browse the repository at this point in the history
- Repository URL pointing to stale page in another repo #98
  • Loading branch information
MSNev authored Apr 12, 2023
1 parent 758a7b3 commit 3ea5a15
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Changelog

- #98 Repository URL pointing to stale page in another repo
- #99 Update to ApplicationInsights v2.8.12
- #96 Internal Task 17133116: Add Policheck exclusion file

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"metadata": "dist/microsoft-applicationinsights-angularplugin-js.metadata.json",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-angularplugin-js"
"url": "https://github.com/microsoft/applicationinsights-angularplugin-js"
},
"scripts": {
"ng": "ng",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"@microsoft/applicationinsights-rollup-es3",
"@microsoft/applicationinsights-shims"
]
}
}
14 changes: 12 additions & 2 deletions projects/applicationinsights-angularplugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "3.0.2",
"description": "Microsoft Application Insights Angular plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/applicationinsights-angularplugin-js"
},
"bugs": {
"url": "https://github.com/microsoft/applicationinsights-angularplugin-js/issues"
},
"homepage": "https://github.com/microsoft/applicationinsights-angularplugin-js#readme",
"dependencies": {
"@microsoft/applicationinsights-shims": "^2.0.2",
"@microsoft/applicationinsights-common": "^2.8.12",
Expand All @@ -15,6 +26,5 @@
"@microsoft/applicationinsights-analytics-js": "^2.8.12",
"@angular/common": ">= 14.0.3",
"@angular/core": ">= 14.0.3"
},
"license": "MIT"
}
}

0 comments on commit 3ea5a15

Please sign in to comment.