Skip to content

Commit 110d238

Browse files
committed
Publish
- @byu-oit/fastify-jwt@0.1.0-beta.1
1 parent 0f26c41 commit 110d238

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fastify-jwt/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0-beta.1](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.0-beta.0...@byu-oit/fastify-jwt@0.1.0-beta.1) (2023-05-03)
7+
8+
9+
### Bug Fixes
10+
11+
* only export default ([e805ad8](https://github.com/byu-oit/byu-jwt-nodejs/commit/e805ad82e5e3489193b99da8fa51691947778f21))
12+
* reexport default ([f3cf305](https://github.com/byu-oit/byu-jwt-nodejs/commit/f3cf3050f7d54e36b306c5be6ef3d3ccd3870ec3))
13+
14+
15+
16+
17+
618
# [0.1.0-beta.0](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.0.1-beta.0...@byu-oit/fastify-jwt@0.1.0-beta.0) (2023-05-03)
719

820

packages/fastify-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/fastify-jwt",
3-
"version": "0.1.0-beta.0",
3+
"version": "0.1.0-beta.1",
44
"description": "A fastify plugin for verifying callers JWTs with the BYU JWT package",
55
"keywords": [],
66
"author": "Spencer Tuft <stuft2@byu.edu>",

0 commit comments

Comments
 (0)