Skip to content

Commit

Permalink
Version 1.0.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Nov 7, 2022
1 parent 90b9819 commit daf29f1
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.12"
"@roncli/node-application-insights-logger": "roncli/node-application-insights-logger#v1.0.13"
}
}
```
Expand Down Expand Up @@ -64,6 +64,9 @@ Logs a verbose, informational, or warning message.

## Version history

### v1.0.13 - 11/6/2022
* Package updates.

### v1.0.12 - 10/1/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.12",
"version": "1.0.13",
"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 daf29f1

Please sign in to comment.