diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5e51b2..262492e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.21.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.20.1...v2.21.0) (2020-06-23) + + +### Features + +* **debug log:** replaced console with debug log ([#87](https://github.com/hmcts/rpx-xui-node-lib/issues/87)) ([a5ed0cb](https://github.com/hmcts/rpx-xui-node-lib/commit/a5ed0cb844f6fdaa6d202064567ac06b1cb34c7e)) + ## [2.20.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.20.0...v2.20.1) (2020-06-21) diff --git a/package.json b/package.json index 8367c531..17eca3fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.20.1", + "version": "2.21.0", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",