From 1fa6b206f5d0f29b915d62a75268aebfbe9aceab Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 29 Jan 2019 11:15:05 -0500 Subject: [PATCH] release v3.0.3 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3534633b7..760014b60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Change history for stripes-core -## 3.1.0 (IN PROGRESS) +## [3.0.3](https://github.com/folio-org/stripes-core/tree/v3.0.3) (2019-01-29) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.0.2...v3.0.3) * Provide parallel support for okapi interface users-bl 3 and 4. ## [3.0.2](https://github.com/folio-org/stripes-core/tree/v3.0.2) (2019-01-24) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.0.1...v3.0.2) + * Add workspace path to stripes alias resolution. Part of STCOR-320. ## [3.0.1](https://github.com/folio-org/stripes-core/tree/v3.0.1) (2019-01-17) diff --git a/package.json b/package.json index ff09fc34a..459708e37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "3.0.2", + "version": "3.0.3", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",