From 88d7bf1aca860279879d5aaed3216179570032c5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 May 2020 11:46:31 +0000 Subject: [PATCH] chore(release): 2.6.1 [skip ci] ## [2.6.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.6.0...v2.6.1) (2020-05-29) ### Bug Fixes * **pipeline:** remove tarball config ([739c0ae](https://github.com/hmcts/rpx-xui-node-lib/commit/739c0ae6f7d2be368dc81f55974ed111ca83e976)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcadf03d..d747f7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.1](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.6.0...v2.6.1) (2020-05-29) + + +### Bug Fixes + +* **pipeline:** remove tarball config ([739c0ae](https://github.com/hmcts/rpx-xui-node-lib/commit/739c0ae6f7d2be368dc81f55974ed111ca83e976)) + # [2.6.0](https://github.com/hmcts/rpx-xui-node-lib/compare/v2.5.2...v2.6.0) (2020-05-29) diff --git a/package.json b/package.json index 53b5454c..d377c437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hmcts/rpx-xui-node-lib", - "version": "2.6.0", + "version": "2.6.1", "description": "Common Nodejs library components for XUI", "main": "dist/index", "types": "dist/index.d.ts",