From 8e07de14e2b32a1ff0b761b18ec91751b2237b82 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 7 Mar 2024 07:17:58 -0500 Subject: [PATCH] Release v5.0.3 (#138) --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed9f7c..602196b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-webpack -## 5.0.3 IN PROGRESS +## [5.0.3](https://github.com/folio-org/stripes-webpack/tree/v5.0.3) (2024-03-05) +[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v5.0.2...v5.0.3) * Resolve issue with favicon referencing by removing `speed-measurer-webpack-plugin` and its wrapping of other webpack plugins. Refs STRWEB-108. diff --git a/package.json b/package.json index 01e51f0..d105422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-webpack", - "version": "5.0.2", + "version": "5.0.3", "description": "The webpack config for stripes", "license": "Apache-2.0", "publishConfig": {