diff --git a/CHANGELOG.md b/CHANGELOG.md index cb2c81a6..7bfc5ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.36.3](https://github.com/kolplattformen/skolplattformen/compare/v1.36.2...v1.36.3) (2021-05-26) + + +### Bug Fixes + +* 🐛 add a11y properties for childListItems ([db8434d](https://github.com/kolplattformen/skolplattformen/commit/db8434d7f33b404c2616a69714acc64c1a67d08e)), closes [#354](https://github.com/kolplattformen/skolplattformen/issues/354) + ## [1.36.2](https://github.com/kolplattformen/skolplattformen/compare/v1.36.1...v1.36.2) (2021-05-25) diff --git a/package-lock.json b/package-lock.json index 995726aa..cf8fb985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.36.2", + "version": "1.36.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8894f8ca..709a94a0 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,5 @@ "test": "npx lerna run test --stream", "lint": "npx lerna run lint --stream" }, - "version": "1.36.2" + "version": "1.36.3" }