From 95f77718e3b66a366b72b9e38b333c37e49d6035 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Mon, 26 Feb 2024 11:16:47 +0000
Subject: [PATCH] chore(release): v1.5.0 [skip ci]

---
 CHANGELOG.md      | 7 +++++++
 package-lock.json | 4 ++--
 package.json      | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4043ee7..487c67d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+# [1.5.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.4.1...v1.5.0) (2024-02-26)
+
+
+### Features
+
+* add maxlength, readonly, type, and input mode attributes to textinput ([30bbfda](https://git.astron.nl/astron-sdc/design-system/commit/30bbfda3dbe96d132cce0b7469d55722181b8a67))
+
 ## [1.4.1](https://git.astron.nl/astron-sdc/design-system/compare/v1.4.0...v1.4.1) (2024-02-23)
 
 
diff --git a/package-lock.json b/package-lock.json
index 026499a..a23406d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.4.1",
+  "version": "1.5.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "1.4.1",
+      "version": "1.5.0",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index 1aa1737..31ca86b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.4.1",
+  "version": "1.5.0",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",
-- 
GitLab