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

Commit cea780c

Browse files
committed
chore(release): 2.1.2
1 parent 00f0dd6 commit cea780c

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+
## [2.1.2](https://github.com/panva/paseto/compare/v2.1.1...v2.1.2) (2021-07-17)
6+
7+
8+
### Bug Fixes
9+
10+
* defer decryption after tag verification passes ([a34d9df](https://github.com/panva/paseto/commit/a34d9df4f670c11d46c0fc3458f09f14bfd560e1))
11+
* return correct version from v1 verify with buffer and complete options ([00f0dd6](https://github.com/panva/paseto/commit/00f0dd6e526bda945934e4a00f2f586b57e12900))
12+
513
## [2.1.1](https://github.com/panva/paseto/compare/v2.1.0...v2.1.1) (2021-04-06)
614

715

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": "2.1.1",
3+
"version": "2.1.2",
44
"description": "PASETO for Node.js with no dependencies",
55
"keywords": [
66
"decode",

0 commit comments

Comments
 (0)