Skip to content

Commit 60f04b9

Browse files
committed
publish(3.0.0): release 3.0.0 to support angular 5+
1 parent 86194a3 commit 60f04b9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Install & save the library to your package.json:
1010
$ npm i -S @markpieszak/ng-application-insights
1111
```
1212

13-
> Updated to Angular 4.0 (use npm version 1.x for Angular 2.x versions)
13+
> UPDATED to support Angular 5.x -> use versions ^3.0.0
14+
> Angular 4.x use versions 2.x
15+
> Angular 2.x use versions 1.x
1416
1517
---
1618

@@ -51,7 +53,7 @@ constructor(
5153
instrumentationKey: __env.APPINSIGHTS_INSTRUMENTATIONKEY // <-- set it later sometime
5254
}
5355
// then make sure to initialize and start-up app insights
54-
appInsightsService.init();
56+
appInsightsService.init();
5557
}
5658

5759
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@markpieszak/ng-application-insights",
3-
"version": "2.4.2",
3+
"version": "3.0.0",
44
"scripts": {
55
"lint": "tslint -p tsconfig.json",
66
"clean": "rimraf ./dist",
@@ -26,7 +26,7 @@
2626
"@types/applicationinsights-js": "^1.0.2"
2727
},
2828
"peerDependencies": {
29-
"@angular/router": "^4.0.0",
29+
"@angular/router": "^5.0.0",
3030
"rxjs": "^5.0.3"
3131
},
3232
"devDependencies": {

0 commit comments

Comments
 (0)