Skip to content

Commit 8cd70dd

Browse files
author
A.P.A. Slaa
committed
Merge remote-tracking branch 'origin/main'
2 parents 193f583 + 2af680c commit 8cd70dd

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.1](https://github.com/SourceRegistry/node-jwt/compare/v1.3.0...v1.3.1) (2025-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* check build configuration to include folders jwt en jwks ([aadbc1d](https://github.com/SourceRegistry/node-jwt/commit/aadbc1d4b0bacc1f55bd88375643cb1c0beb76d2))
7+
18
# [1.3.0](https://github.com/SourceRegistry/node-jwt/compare/v1.2.1...v1.3.0) (2025-12-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sourceregistry/node-jwt",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A lightweight, zero-dependency TypeScript library for creating, verifying and decoding JSON Web Tokens (JWT).",
55
"main": "./dist/index.cjs.js",
66
"module": "./dist/index.es.js",

0 commit comments

Comments
 (0)