diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a9dbbc1..7d18c4e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Change history for stripes-core -## 2.14.0 (IN PROGRESS) +## [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) * Add `react-hot-loader` to development environment * Remove notifications, STCOR-257 * Use new type stack * Make current app clickable, STCOR-255 +* Create `setupStripesCore()` test helper ## [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) diff --git a/package.json b/package.json index b2fb8157b..15d69354c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "2.13.0", + "version": "2.14.0", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",