Skip to content

Commit

Permalink
Set v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzliveid committed Jun 18, 2020
1 parent 5d9552d commit e86e58c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-log-applicationinsights",
"version": "2.3.1",
"version": "2.4.0",
"author": "DagonMetric",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion release-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Date (UTC) | Version | | |
| :-- | :-- | :--: | :-- |
2020-06-18 | 2.3.1 | [release notes](v2.3.1/README.md)/[npm](https://www.npmjs.com/package/@dagonmetric/ng-log-applicationinsights/v/2.3.1) | - |
2020-06-18 | 2.4.0 | [release notes](v2.4.0/README.md)/[npm](https://www.npmjs.com/package/@dagonmetric/ng-log-applicationinsights/v/2.4.0) | - |
2020-01-06 | 2.3.0 | [release notes](v2.3.0/README.md)/[npm](https://www.npmjs.com/package/@dagonmetric/ng-log-applicationinsights/v/2.3.0) | - |
2019-10-14 | 2.2.1 | [release notes](v2.2.1/README.md)/[npm](https://www.npmjs.com/package/@dagonmetric/ng-log-applicationinsights/v/2.2.1) | - |
2019-10-14 | 2.2.0 | [release notes](v2.2.0/README.md)/[npm](https://www.npmjs.com/package/@dagonmetric/ng-log-applicationinsights/v/2.2.0) | - |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Changes

* Chage `ApplicationInsightsLoggerModule.withOptions()` to `ApplicationInsightsLoggerModule.configure()`
* Update docs
* Update package dependencies

Expand Down
2 changes: 1 addition & 1 deletion samples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^9.1.11",
"@angular/router": "^9.1.11",
"@dagonmetric/ng-log": "^2.2.5",
"@dagonmetric/ng-log-applicationinsights": "^2.3.0",
"@dagonmetric/ng-log-applicationinsights": "^2.4.0",
"@microsoft/applicationinsights-web": "^2.5.5",
"rxjs": "^6.5.5",
"tslib": "~1.13.0",
Expand Down

0 comments on commit e86e58c

Please sign in to comment.