diff --git a/CHANGELOG.md b/CHANGELOG.md index 4469db4b9..aba0caa2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-core -## 10.0.4 IN PROGRESS +## [10.0.4](https://github.com/folio-org/stripes-core/tree/v10.0.4) (2023-11-13) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.3...v10.0.4) * Provide empty `service-worker.js`. Refs STCOR-671. diff --git a/package.json b/package.json index f9f095b88..21a7b8074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "10.0.3", + "version": "10.0.4", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core",