diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c4fafc2..bba3d69be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes-core +## [3.10.5](https://github.com/folio-org/stripes-core/tree/v3.10.5) (2019-12-04) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.4...v3.10.5) + +* Monkey-patch `FakeXMLHttpRequest` to avoid breaking changes in its `v2.1.1` release. Refs FOLIO-2369. + ## [3.10.4](https://github.com/folio-org/stripes-core/tree/v3.10.4) (2019-10-15) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.3...v3.10.4) diff --git a/package.json b/package.json index b168e9c2f..4e4012592 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "3.10.4", + "version": "3.10.5", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",