diff --git a/CHANGELOG.md b/CHANGELOG.md index 85627e7a..5d044833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.11.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.10.1...v2.11.0) (2020-06-02) + + +### Features + +* **pipeline:** test pr build ([#20](https://github.com/hmcts/rpx-xui-node-lib/issues/20)) ([178c41c](https://github.com/hmcts/rpx-xui-node-lib/commit/178c41ce3fbe61158229799fa076a66a7d716787)) + ## [2.10.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.10.0...v2.10.1) (2020-06-02) diff --git a/package.json b/package.json index f045a69e..0e2935cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.10.1", + "version": "2.11.0", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",