Skip to content

Commit

Permalink
Version 1.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Mar 8, 2022
1 parent 7cf411f commit 4f2e6d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Since this is largely used for personal projects, this is not an npm package. N
```json
{
"dependencies": {
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.8"
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.9"
}
}
```
Expand Down Expand Up @@ -64,6 +64,9 @@ Logs a verbose, informational, or warning message.

## Version history

### v1.0.9 - 3/8/2022
* Package updates.

### v1.0.8 - 2/8/2022
* Package updates.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-application-insights-logger",
"version": "1.0.8",
"version": "1.0.9",
"description": "A simple reusable class that can log to Azure Application Insights.",
"homepage": "https://github.com/roncli/node-application-insights-logger",
"bugs": {
Expand Down

0 comments on commit 4f2e6d0

Please sign in to comment.