diff --git a/CHANGELOG.md b/CHANGELOG.md index e7cab497..02b2cdba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-core -## 3.0.4 (IN PROGRESS) +## [3.0.4](https://github.com/folio-org/stripes-core/tree/v3.0.4) (2019-03-13) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.0.3...v3.0.4) * Make stripes dependencies more strict with ~ instead of ^. Refs STRIPES-608. diff --git a/package.json b/package.json index 55d2caef..cdb64aba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "3.0.3", + "version": "3.0.4", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",