Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 23, 2021
1 parent 0fe5de6 commit a8ee198
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.0.0](https://github.com/panva/paseto/compare/v1.0.8...v2.0.0) (2021-02-23)


### ⚠ BREAKING CHANGES

* removed v2.local encrypt, decrypt, and key generation
* requires Node.js version ^12.19.0 || >=14.15.0

### Features

* removed the libsodium dependency ([0fe5de6](https://github.com/panva/paseto/commit/0fe5de69925ed2c98e1d6527da9a3ac961349145))

## [1.0.8](https://github.com/panva/paseto/compare/v1.0.7...v1.0.8) (2020-11-19)

## [1.0.7](https://github.com/panva/paseto/compare/v1.0.6...v1.0.7) (2020-07-09)
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.8",
"version": "2.0.0",
"description": "PASETO for Node.js with no dependencies",
"keywords": [
"decode",
Expand Down

0 comments on commit a8ee198

Please sign in to comment.