From 636cd8de21d803095e32d12e7ef6e3ee4f29fd60 Mon Sep 17 00:00:00 2001 From: Jeffrey Cherewaty Date: Wed, 3 Oct 2018 16:06:55 -0500 Subject: [PATCH] Release v2.15.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b229630bb..c907fef84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ # Change history for stripes-core +## [2.15.1](https://github.com/folio-org/stripes-core/tree/v2.15.1) (2018-10-03) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.15.0...v2.15.1) + +* Remove HMR router hack +* Fix currentUser error in tests + ## [2.15.0](https://github.com/folio-org/stripes-core/tree/v2.15.0) (2018-10-02) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.14.0...v2.15.0) * Require newer `stripes-components` and `stripes-logger` - ## [2.14.0](https://github.com/folio-org/stripes-core/tree/v2.14.0) (2018-10-01) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.13.0...v2.14.0) diff --git a/package.json b/package.json index 4e31d24fe..61bff543d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "2.15.0", + "version": "2.15.1", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",