From 7ca51593c4b695f45b2a429bffc51e1405735e0b Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 2 Oct 2019 08:31:51 -0400 Subject: [PATCH] Release v3.10.3 (#727) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 856c5401b..3f916345e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change history for stripes-core +## [3.10.3](https://github.com/folio-org/stripes-core/tree/v3.10.3) (2019-10-02) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.2...v3.10.3) + +* Ineffectually bump `react-router` to help publish a new `latest` release (STCOR-393) + +## [3.10.2](https://github.com/folio-org/stripes-core/tree/v3.10.2) (2019-10-02) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.1...v3.10.2) + +* No changes + ## [3.10.1](https://github.com/folio-org/stripes-core/tree/v3.10.1) (2019-09-27) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.0...v3.10.1) diff --git a/package.json b/package.json index 231406ef9..d3d21755a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "3.10.1", + "version": "3.10.3", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",