Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 779196e

Browse files
committed
chore(release): 3.1.0
1 parent bffbda4 commit 779196e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.1.0](https://github.com/panva/paseto/compare/v3.0.1...v3.1.0) (2021-10-18)
6+
7+
8+
### Features
9+
10+
* support PASERK in key generation ([bffbda4](https://github.com/panva/paseto/commit/bffbda4591ade9e1813c10f5279771c5e611ae81)), closes [#25](https://github.com/panva/paseto/issues/25)
11+
* support PASERK Type secret, local, public keys ([f41bfc3](https://github.com/panva/paseto/commit/f41bfc3835082a7802dde3ec6f1d64190309e213)), closes [#25](https://github.com/panva/paseto/issues/25)
12+
513
## [3.0.1](https://github.com/panva/paseto/compare/v3.0.0...v3.0.1) (2021-08-04)
614

715
## [3.0.0](https://github.com/panva/paseto/compare/v2.1.3...v3.0.0) (2021-08-03)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "paseto",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "PASETO for Node.js with no dependencies",
55
"keywords": [
66
"decode",

0 commit comments

Comments
 (0)