Skip to content

Commit

Permalink
chore(release): 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jul 22, 2021
1 parent 5434b46 commit 84a07e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [2.1.3](https://github.com/panva/paseto/compare/v2.1.2...v2.1.3) (2021-07-22)


### Bug Fixes

* return correct version from v1 decrypt with buffer and complete options ([eebab05](https://github.com/panva/paseto/commit/eebab0554797ab8e7c186bb595ce2e226b4d7374))
* throw when options are provided while in raw buffer mode ([5434b46](https://github.com/panva/paseto/commit/5434b4671e50383c76fdbb0d8ffb52da40227d4c))

## [2.1.2](https://github.com/panva/paseto/compare/v2.1.1...v2.1.2) (2021-07-17)


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": "paseto",
"version": "2.1.2",
"version": "2.1.3",
"description": "PASETO for Node.js with no dependencies",
"keywords": [
"decode",
Expand Down

0 comments on commit 84a07e1

Please sign in to comment.