Skip to content

Commit

Permalink
chore(release): 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Apr 21, 2020
1 parent dbbdfa6 commit 3fdbb41
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [1.0.6](https://github.com/panva/paseto/compare/v1.0.5...v1.0.6) (2020-04-21)


### Performance Improvements

* faster V1 encrypt/decrypt by grouping the crypto worker operations ([dbbdfa6](https://github.com/panva/paseto/commit/dbbdfa631a5afe1fa4790d681e382bb2ad44d46c))
* removed regexp checking for base64url padding and charset ([f113782](https://github.com/panva/paseto/commit/f113782092d56cb122a94556e8b5214f3cc361b4))



## [1.0.5](https://github.com/panva/paseto/compare/v1.0.4...v1.0.5) (2019-12-26)


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

0 comments on commit 3fdbb41

Please sign in to comment.