diff --git a/CHANGELOG.md b/CHANGELOG.md index e7642992..b10645f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] + +## v6.2.1 - 2021-12-13 + ### Fixed - `Autocomplete` - prevent crash when going to index 0 + ## v6.2.0 - 2021-12-07 ### Added diff --git a/package-lock.json b/package-lock.json index b7843351..19dfa464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@acpaas-ui/react-components", - "version": "6.2.0", + "version": "6.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a607b448..46889be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acpaas-ui/react-components", - "version": "6.2.0", + "version": "6.2.1", "description": "Antwerp UI is a component interface library for building user interfaces and responsive web apps.", "license": "MIT", "main": "dist/index.cjs.js",