From b4d3f6d022a0869b4485a89bca5c49e9e2c46f2b Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 14 May 2019 06:54:00 -0400 Subject: [PATCH] Release v1.4.0 (#26) --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccdb40ffb4..7f117dddef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change history for stripes-testing -## 1.3.0 (IN PROGRESS) +## [1.4.0](https://github.com/folio-org/stripes-testing/tree/v1.4.0) (2019-05-14) +[Full Changelog](https://github.com/folio-org/stripes-testing/compare/v1.3.0...v1.4.0) + +* Optional `wait` param for the app switcher + +## [1.3.0](https://github.com/folio-org/stripes-testing/tree/v1.3.0) (2019-05-13) +[Full Changelog](https://github.com/folio-org/stripes-testing/compare/v1.2.0...v1.3.0) * New helpers: set locale, nav-menu app-switcher, add-user, grant-permissions. * New test guidelines: only interact with the DOM via Nightmare scope. diff --git a/package.json b/package.json index 06193c5aeb..ec3e548fc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-testing", - "version": "1.3.0", + "version": "1.4.0", "description": "Regression tests for FOLIO UI", "repository": "folio-org/stripes-testing", "publishConfig": {