Skip to content

Commit

Permalink
v9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Feb 9, 2024
1 parent b1a033f commit e582466
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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": "fauxauth",
"version": "9.0.2",
"version": "9.0.3",
"private": true,
"description": "Helper application for testing OAuth clients",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2e",
"version": "9.0.2",
"version": "9.0.3",
"private": true,
"description": "E2E tests for fauxauth",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/fauxauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fauxauth",
"version": "9.0.2",
"version": "9.0.3",
"description": "Helper application for testing OAuth clients",
"bin": {
"fauxauth": "./lib/server.js"
Expand Down

0 comments on commit e582466

Please sign in to comment.