Skip to content

Commit

Permalink
[3.0.0] Modify package.json to release v3.0.0 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaNu authored Jul 4, 2024
1 parent 17eb10f commit d8f238a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 3.0.0 (27.06.2024)
## 3.0.0 (04.07.2024)
~ Upgraded to Programming Model v4 (https://techcommunity.microsoft.com/t5/apps-on-azure-blog/azure-functions-node-js-v4-programming-model-is-generally/ba-p/3929217)
- Removed Node16 from the CI/CD Pipeline

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.0.0-alpha.4",
"version": "3.0.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 d8f238a

Please sign in to comment.