diff --git a/CHANGELOG.md b/CHANGELOG.md index 49040470..4ddef83d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/ministryofjustice/moj-frontend/compare/v2.0.0...v2.0.1) (2024-01-24) + + +### Bug Fixes + +* **button-menu:** ensure button menu closes when tabbed away ([#549](https://github.com/ministryofjustice/moj-frontend/issues/549)) ([b223d40](https://github.com/ministryofjustice/moj-frontend/commit/b223d40adeb47d8d1c2e5708306e27edd33c81ff)) + # [2.0.0](https://github.com/ministryofjustice/moj-frontend/compare/v1.8.1...v2.0.0) (2024-01-08) diff --git a/package/package.json b/package/package.json index aeca8cf4..63d1cae8 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "@ministryofjustice/frontend", "description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.", - "version": "2.0.0", + "version": "2.0.1", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {