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
jay-bulk committed Jul 10, 2023
1 parent a2bd002 commit 8d39a95
Show file tree
Hide file tree
Showing 5 changed files with 28 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.

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

## [0.1.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-07-10)


### Bug Fixes

* **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))





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

**Note:** Version bump only for package @byu-oit/fastify-jwt
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.5",
"version": "0.1.6",
"description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package",
"keywords": [],
"author": "Spencer Tuft <[email protected]>",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme",
"dependencies": {
"@byu-oit/jwt": "^0.0.5",
"@byu-oit/jwt": "^0.0.6",
"@types/node": "^18.16.2",
"fastify": "^4.17.0",
"fastify-plugin": "^4.5.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/[email protected]...@byu-oit/[email protected]) (2023-07-10)


### Bug Fixes

* **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))





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


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.5",
"version": "0.0.6",
"description": "Utilities for verifying and decoding BYU JWTs",
"keywords": [],
"author": "Spencer Tuft <[email protected]>",
Expand Down

0 comments on commit 8d39a95

Please sign in to comment.