Skip to content

Commit

Permalink
chore(release): 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 6, 2021
1 parent 385689e commit ffb2926
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.1](https://github.com/panva/paseto/compare/v2.1.0...v2.1.1) (2021-04-06)


### Performance

* improve base64url encoding when native is available ([385689e](https://github.com/panva/paseto/commit/385689ef54390e9f8cbb72af21cac6350e996f72))
* use native sign/verify non-blocking callback when available ([995b278](https://github.com/panva/paseto/commit/995b2780556f4843c655117205d7454f9086eef4))

## [2.1.0](https://github.com/panva/paseto/compare/v2.0.0...v2.1.0) (2021-02-24)


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

0 comments on commit ffb2926

Please sign in to comment.