Skip to content

Commit

Permalink
Version Packages (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 26, 2023
1 parent 5056bad commit ebd4e7c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/fuzzy-nails-deliver.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @articulate/authentic

## 4.0.0

### Major Changes

- 5056bad: Allows a generic type, which must extend `JWT`, to be defined on Authentic's signature for automatic type casting.

### Breaking changes:

Bumps [jose](https://github.com/panva/jose) to [V5](https://github.com/panva/jose/releases/tag/v5.0.0). This upgrade includes a breaking change, now only LTS Node versions will be supported by `@articulate/authentic`, so the minimum supported version now is `v18`.

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@articulate/authentic",
"version": "3.0.0",
"version": "4.0.0",
"description": "Proper validation of JWT's against JWK's",
"repository": "git@github.com:articulate/authentic.git",
"license": "MIT",
Expand Down

0 comments on commit ebd4e7c

Please sign in to comment.