Skip to content

Commit 8d39a95

Browse files
author
jay-bulk
committed
chore(release): publish
- @byu-oit/fastify-jwt@0.1.6 - @byu-oit/jwt@0.0.6
1 parent a2bd002 commit 8d39a95

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.1.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.5...@byu-oit/fastify-jwt@0.1.6) (2023-07-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **cjs:** compile commonjs in **/cjs and publish([#147](https://github.com/byu-oit/byu-jwt-nodejs/issues/147)) ([a2bd002](https://github.com/byu-oit/byu-jwt-nodejs/commit/a2bd002782b42a1ac7aac7e65b5457dad2c61775))
12+
13+
14+
15+
16+
617
## [0.1.5](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.4...@byu-oit/fastify-jwt@0.1.5) (2023-07-07)
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.1.5",
3+
"version": "0.1.6",
44
"description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package",
55
"keywords": [],
66
"author": "Spencer Tuft <stuft2@byu.edu>",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme",
4242
"dependencies": {
43-
"@byu-oit/jwt": "^0.0.5",
43+
"@byu-oit/jwt": "^0.0.6",
4444
"@types/node": "^18.16.2",
4545
"fastify": "^4.17.0",
4646
"fastify-plugin": "^4.5.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.0.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.5...@byu-oit/jwt@0.0.6) (2023-07-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **cjs:** compile commonjs in **/cjs and publish([#147](https://github.com/byu-oit/byu-jwt-nodejs/issues/147)) ([a2bd002](https://github.com/byu-oit/byu-jwt-nodejs/commit/a2bd002782b42a1ac7aac7e65b5457dad2c61775))
12+
13+
14+
15+
16+
617
## [0.0.5](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.4...@byu-oit/jwt@0.0.5) (2023-07-07)
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.0.5",
3+
"version": "0.0.6",
44
"description": "Utilities for verifying and decoding BYU JWTs",
55
"keywords": [],
66
"author": "Spencer Tuft <stuft2@byu.edu>",

0 commit comments

Comments
 (0)