From a24b5bbd61f71d8e9f033a157feb16ebca41c794 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 30 Oct 2023 18:43:01 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [2.0.1](https://github.com/fensak-io/reng/compare/v2.0.0...v2.0.1) (2023-10-30) ### Bug Fixes * Body parameters need to be included in jwt token hash ([045665d](https://github.com/fensak-io/reng/commit/045665dad893ea8ff2ca4926f13b7d1c26244778)) * Make sure to expose bitbucket functions ([628a043](https://github.com/fensak-io/reng/commit/628a043ed0a31cb31af1fec45a811b5fcac1eb40)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 280ec65..77adf41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fensak-io/reng", - "version": "2.0.0", + "version": "2.0.1", "author": "Fensak, LLC (https://fensak.io)", "license": "(AGPL-3.0-or-later OR BUSL-1.1)", "description": "Fensak Rules Engine, which drives execution of user defined rules on the Fensak platform.",