From 50de78d973530bf0fdb4665691714ebbdc39241f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 30 Jun 2021 09:08:28 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/existsolutions/jwt/compare/v1.1.2...v2.0.0) (2021-06-30) ### Bug Fixes * **deps:** declare stable versions as minimum ([610e1c8](https://github.com/existsolutions/jwt/commit/610e1c8a2480c6f608c72f17921adc05f0efe8a3)) * **jwt:** possible NPE in jwt:encode ([1a5e483](https://github.com/existsolutions/jwt/commit/1a5e483b541c5fabf13005884bf23aa1d76cdb78)), closes [#2](https://github.com/existsolutions/jwt/issues/2) ### feature * release for exist 5.3.0 ([902a24b](https://github.com/existsolutions/jwt/commit/902a24b9da9ad1e645ab56e416835945f427da0c)) ### BREAKING CHANGES * depends on processor version 5.3.0 and crypto lib version 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c93e1e8..7945454 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwt", - "version": "1.1.2", + "version": "2.0.0", "description": "Create, read and verify JSON Web Tokens in eXist-db", "homepage": "https://github.com/existsolutions/jwt#readme", "bugs": "https://github.com/existsolutions/jwt/issues",