Skip to content

Commit c310954

Browse files
committed
chore(release): publish
- @byu-oit/[email protected] - @byu-oit/[email protected]
1 parent dfa1948 commit c310954

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fastify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.1](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2025-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* update jwt dep to fix npm audit issue ([#175](https://github.com/byu-oit/byu-jwt-nodejs/issues/175)) ([dfa1948](https://github.com/byu-oit/byu-jwt-nodejs/commit/dfa1948cf64dcfe3c515b041e647623d8319317e))
12+
13+
14+
15+
16+
617
## [0.1.8](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2025-06-23)
718

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

packages/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@byu-oit/fastify-jwt",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package",
55
"keywords": [],
66
"author": "Spencer Tuft <[email protected]>",
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme",
4242
"dependencies": {
4343
"@byu-oit-sdk/jwt": "^0.2.0",
44-
"@byu-oit/jwt": "^0.1.0",
44+
"@byu-oit/jwt": "^0.1.1",
4545
"@sinclair/typebox": "^0.31.2",
4646
"@types/node": "^18.16.2",
4747
"fastify": "^4.17.0",

packages/jwt/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.1](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2025-07-28)
7+
8+
9+
### Bug Fixes
10+
11+
* update jwt dep to fix npm audit issue ([#175](https://github.com/byu-oit/byu-jwt-nodejs/issues/175)) ([dfa1948](https://github.com/byu-oit/byu-jwt-nodejs/commit/dfa1948cf64dcfe3c515b041e647623d8319317e))
12+
13+
14+
15+
16+
617
## [0.0.8](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2025-06-23)
718

819

packages/jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@byu-oit/jwt",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Utilities for verifying and decoding BYU JWTs",
55
"keywords": [],
66
"author": "Spencer Tuft <[email protected]>",

0 commit comments

Comments
 (0)