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

Commit 84a07e1

Browse files
committed
chore(release): 2.1.3
1 parent 5434b46 commit 84a07e1

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.3](https://github.com/panva/paseto/compare/v2.1.2...v2.1.3) (2021-07-22)
6+
7+
8+
### Bug Fixes
9+
10+
* return correct version from v1 decrypt with buffer and complete options ([eebab05](https://github.com/panva/paseto/commit/eebab0554797ab8e7c186bb595ce2e226b4d7374))
11+
* throw when options are provided while in raw buffer mode ([5434b46](https://github.com/panva/paseto/commit/5434b4671e50383c76fdbb0d8ffb52da40227d4c))
12+
513
## [2.1.2](https://github.com/panva/paseto/compare/v2.1.1...v2.1.2) (2021-07-17)
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.2",
3+
"version": "2.1.3",
44
"description": "PASETO for Node.js with no dependencies",
55
"keywords": [
66
"decode",

0 commit comments

Comments
 (0)