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

Commit 9f0f73c

Browse files
committed
chore(release): 1.0.9
1 parent 0795a87 commit 9f0f73c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [1.0.9](https://github.com/panva/paseto/compare/v1.0.8...v1.0.9) (2021-07-17)
6+
7+
8+
### Bug Fixes
9+
10+
* defer decryption after tag verification passes ([0795a87](https://github.com/panva/paseto/commit/0795a87211260f5c3f93ee90118676cf2f92642c))
11+
512
## [1.0.8](https://github.com/panva/paseto/compare/v1.0.7...v1.0.8) (2020-11-19)
613

714
## [1.0.7](https://github.com/panva/paseto/compare/v1.0.6...v1.0.7) (2020-07-09)

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

0 commit comments

Comments
 (0)