From c08a4f16e1fffdc21362b60c706932f325618eb4 Mon Sep 17 00:00:00 2001 From: Jeffrey Cherewaty Date: Mon, 17 Sep 2018 12:18:32 -0500 Subject: [PATCH] Release v2.13.0 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbef8cc9..84feec63c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-core -## 2.13.0 (IN PROGRESS) +## [2.13.0](https://github.com/folio-org/stripes-core/tree/v2.13.0) (2018-09-18) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.12.0...v2.13.0) * Support mod-login-saml's requirement for the new authtoken interface in addition to the old interface. Refs STCOR-76. Available from v2.12.1. * Expose timeZone through react-intl provider diff --git a/package.json b/package.json index c767d233f..3de7acd05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "2.12.2", + "version": "2.13.0", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",