From e6b06378c8ba6b996249eaa8e6df57b60190f1fc Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 28 Nov 2023 17:06:53 -0500 Subject: [PATCH] Release v3.1.1 (#2515) --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f4c544c6..7a8aed0c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Change history for stripes-testing -## 3.1.1 (IN PROGRESS) +## [3.1.1](https://github.com/folio-org/stripes-testing/tree/v3.1.1) (2023-11-28) +[Full Changelog](https://github.com/folio-org/stripes-testing/compare/v3.1.0...v3.1.1) * Publish via GitHub Actions instead of Jenkins. Refs UITEST-117. -## [3.1.0](https://github.com/folio-org/stripes-testing/tree/v3.1.0) (2021-10-24) +## [3.1.0](https://github.com/folio-org/stripes-testing/tree/v3.1.0) (2023-10-24) [Full Changelog](https://github.com/folio-org/stripes-testing/compare/v3.0.0...v3.1.0) * Export some `@bigtest/react` functions. Refs UITEST-108. diff --git a/package.json b/package.json index 7b195841a7..1fab6136b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-testing", - "version": "3.1.0", + "version": "3.1.1", "description": "Regression tests for FOLIO UI", "repository": "folio-org/stripes-testing", "publishConfig": {