diff --git a/CHANGELOG.md b/CHANGELOG.md index a673c0ec..4eb65040 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.2](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.1...v2.1.2) (2024-03-13) + + +### Bug Fixes + +* **filter toggle button:** ensure button appears ([#581](https://github.com/ministryofjustice/moj-frontend/issues/581)) ([fbe6407](https://github.com/ministryofjustice/moj-frontend/commit/fbe6407e77e30ee4127d365148653abf85670f53)) + ## [2.1.1](https://github.com/ministryofjustice/moj-frontend/compare/v2.1.0...v2.1.1) (2024-02-19) diff --git a/package/package.json b/package/package.json index 3650fa8d..7f135e14 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.1.1", + "version": "2.1.2", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {