Skip to content

Commit

Permalink
Version 1.0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli authored May 17, 2023
1 parent 5825f32 commit b40c90d
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.13"
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.14"
}
}
```
Expand Down Expand Up @@ -64,6 +64,9 @@ Logs a verbose, informational, or warning message.

## Version history

### v1.0.14 - 5/17/2023
* Package updates.

### v1.0.13 - 11/6/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.13",
"version": "1.0.14",
"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 b40c90d

Please sign in to comment.