Skip to content

Commit

Permalink
v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Sep 27, 2023
1 parent 0434890 commit 9eacd93
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": "8.1.5",
"version": "9.0.0",
"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": "8.1.5",
"version": "9.0.0",
"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": "8.1.5",
"version": "9.0.0",
"description": "Helper application for testing OAuth clients",
"bin": {
"fauxauth": "./lib/server.js"
Expand Down

0 comments on commit 9eacd93

Please sign in to comment.