From ee3535c2d133c9cac3ab9a021add89409e328823 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 13 Oct 2022 14:50:39 -0400 Subject: [PATCH] Release v4.4.0 (#614) --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a1471232..1190606e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Change history for stripes-testing -## IN PROGRESS +## [4.4.0](https://github.com/folio-org/stripes-testing/tree/v4.4.0) (2022-10-13) +[Full Changelog](https://github.com/folio-org/stripes-testing/compare/v4.3.0...v4.4.0) + * Update circulationLoanHistoryPath. Refs UITEST-100 * Implement e-2-e automation of test case C465. Refs FAT-797. * Implement e-2-e automation of test case C347828. Refs FAT-1296. * Implement e-2-e automation of test case C17017. Refs FAT-1288. +* `` interactor. +* `` interactor. +* `` interactor. ## [4.3.0](https://github.com/folio-org/stripes-testing/tree/v4.3.0) (2022-06-14) [Full Changelog](https://github.com/folio-org/stripes-testing/compare/v4.2.0...v4.3.0) diff --git a/package.json b/package.json index 05344d928e..60275b8a62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-testing", - "version": "4.3.0", + "version": "4.4.0", "description": "Regression tests for FOLIO UI", "repository": "folio-org/stripes-testing", "publishConfig": {