diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5f7ce..b3e2885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.3](https://github.com/Coaktion/aktie-mui/compare/v1.1.2...v1.1.3) (2024-04-10) + + +### Features + +* adding select option to multiple autocomplete ([bf15ab7](https://github.com/Coaktion/aktie-mui/commit/bf15ab7f5467f195c36b0e6532fc971976677f2d)) + ## [1.1.0](https://github.com/Coaktion/aktie-mui/compare/v1.0.0...v1.1.0) (2024-03-22) diff --git a/package-lock.json b/package-lock.json index 530b4b1..82bb311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coaktion/aktie-mui", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@coaktion/aktie-mui", - "version": "1.1.2", + "version": "1.1.3", "license": "ISC", "dependencies": { "@emotion/styled": "^11.11.0", diff --git a/package.json b/package.json index af7e369..8bb8bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coaktion/aktie-mui", - "version": "1.1.2", + "version": "1.1.3", "description": "AktieNow patterns for Material UI usage", "main": "dist/index.js", "types": "dist/index.d.ts",