Skip to content

Commit

Permalink
Version 1.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed May 22, 2022
1 parent 77e4c79 commit e9153c2
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.10"
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.11"
}
}
```
Expand Down Expand Up @@ -64,6 +64,9 @@ Logs a verbose, informational, or warning message.

## Version history

### v1.0.11 - 5/21/2022
* Package updates.

### v1.0.10 - 5/4/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.10",
"version": "1.0.11",
"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 e9153c2

Please sign in to comment.