Skip to content

Commit 008dc13

Browse files
chore(release): publish
- @byu-oit/[email protected] - @byu-oit/[email protected]
1 parent b0567c0 commit 008dc13

File tree

5 files changed

+22
-6
lines changed

5 files changed

+22
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.7](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-25)
7+
8+
**Note:** Version bump only for package @byu-oit/fastify-jwt
9+
10+
11+
12+
13+
614
## [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)
715

816

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.1.7-beta.3",
3+
"version": "0.1.7",
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.1.0",
44-
"@byu-oit/jwt": "^0.0.7-beta.2",
44+
"@byu-oit/jwt": "^0.0.7",
4545
"@sinclair/typebox": "^0.31.2",
4646
"@types/node": "^18.16.2",
4747
"fastify": "^4.17.0",

packages/jwt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.7](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-09-25)
7+
8+
**Note:** Version bump only for package @byu-oit/jwt
9+
10+
11+
12+
13+
614
## [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)
715

816

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.0.7-beta.2",
3+
"version": "0.0.7",
44
"description": "Utilities for verifying and decoding BYU JWTs",
55
"keywords": [],
66
"author": "Spencer Tuft <[email protected]>",

0 commit comments

Comments
 (0)