diff --git a/CHANGELOG.md b/CHANGELOG.md
index 487c67d139ec666ae9b8837f28c87442070df28e..05aa1757ce6241a1fcbe225f9852704dbc4e182c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [1.5.1](https://git.astron.nl/astron-sdc/design-system/compare/v1.5.0...v1.5.1) (2024-02-26)
+
+
+### Bug Fixes
+
+* define icon width and height ([b6d2e73](https://git.astron.nl/astron-sdc/design-system/commit/b6d2e730876a1fcffd09ce97e39e1896043df354))
+
 # [1.5.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.4.1...v1.5.0) (2024-02-26)
 
 
diff --git a/package-lock.json b/package-lock.json
index a23406d65c816e61a1adc7b68b88aed248918853..990e0647e6f586734826400ec35130595386b31b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "1.5.0",
+      "version": "1.5.1",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index 31ca86b54b9175d31aace724bddc225fb7fe3517..677614c2e1a721be804f88815f9e585119150dea 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",