Skip to content

Commit

Permalink
Release 1.2.0: Updated production relevant dependency "axios" to vers…
Browse files Browse the repository at this point in the history
…ion 0.26.0 (#55)
  • Loading branch information
frudisch authored Apr 4, 2022
1 parent 261fa6d commit b6ed8fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.2.0 (04.04.2022)

- Updated production relevant dependency "axios" to version 0.26.0

## 1.1.0 (29.01.2022)

- Updated Azure Function dependency to 3.0.0

## 1.0.0 (16.01.2022)

Features:
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": "@senacor/azure-function-middleware",
"version": "1.1.0",
"version": "1.2.0",
"description": "Middleware for azure functions to handle authentication, authorization, error handling and logging",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b6ed8fc

Please sign in to comment.