Skip to content

Commit

Permalink
chore(release): publish 1.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
bennettp123 committed Aug 16, 2024
1 parent 7a03153 commit 9ad8a6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# @wanews/lambda-edge-openid-auth
## 1.0.0-0 (2024-08-16)

- update to nx 19.6.0
- update to node 20
- update typescript to 5.5.4
- remove unused aws-lambda dependency (only using `@types/aws-lambda`)
- update jsonwebtoken to 9.0.2
- update jwk-to-pem to 2.0.6
- update query-string to 9.1.0
- update pino to 9.3.2
- update cookie to 0.6.0
- update node-fetch to 3.3.2
- refactored from an nx monorepo to a standalone nx package

## 0.2.1

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": "@wanews/lambda-edge-openid-auth",
"version": "0.3.0",
"version": "1.0.0-0",
"license": "MIT",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit 9ad8a6e

Please sign in to comment.