Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @byu-oit/[email protected]
 - @byu-oit/[email protected]
  • Loading branch information
tylerablackham committed Sep 25, 2023
1 parent b0567c0 commit 008dc13
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

8 changes: 8 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.7](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-25)

**Note:** Version bump only for package @byu-oit/fastify-jwt





## [0.1.7-beta.3](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byu-oit/fastify-jwt",
"version": "0.1.7-beta.3",
"version": "0.1.7",
"description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package",
"keywords": [],
"author": "Spencer Tuft <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme",
"dependencies": {
"@byu-oit-sdk/jwt": "^0.1.0",
"@byu-oit/jwt": "^0.0.7-beta.2",
"@byu-oit/jwt": "^0.0.7",
"@sinclair/typebox": "^0.31.2",
"@types/node": "^18.16.2",
"fastify": "^4.17.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.7](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-25)

**Note:** Version bump only for package @byu-oit/jwt





## [0.0.7-beta.2](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@byu-oit/jwt",
"version": "0.0.7-beta.2",
"version": "0.0.7",
"description": "Utilities for verifying and decoding BYU JWTs",
"keywords": [],
"author": "Spencer Tuft <[email protected]>",
Expand Down

0 comments on commit 008dc13

Please sign in to comment.