diff --git a/CHANGELOG.md b/CHANGELOG.md index c4ae59d..e0ba96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/ngworker/lumberjack-applicationinsights-driver/compare/v1.0.0...v1.0.2) (2021-02-23) + + +### Bug Fixes + +* 🐛 readme ([a07d663](https://github.com/ngworker/lumberjack-applicationinsights-driver/commit/a07d663fff422b01cc8376759a423084afd7e253)) + ## 1.0.0 (2021-02-23) diff --git a/libs/ngworker/lumberjack-applicationinsights-driver/package.json b/libs/ngworker/lumberjack-applicationinsights-driver/package.json index d70b782..e13095d 100644 --- a/libs/ngworker/lumberjack-applicationinsights-driver/package.json +++ b/libs/ngworker/lumberjack-applicationinsights-driver/package.json @@ -1,6 +1,6 @@ { "name": "@ngworker/lumberjack-applicationinsights-driver", - "version": "1.0.1", + "version": "1.0.2", "peerDependencies": { "@angular/core": ">=9.0.7", "@ngworker/lumberjack": "^2.0.0 || >=2.0.0-rc.0"