diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe1f786..65a0399e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/ministryofjustice/moj-frontend/compare/v1.6.6...v1.7.0) (2023-06-07) + + +### Features + +* **filter component:** add filter submit attribute params to allow customisation of button ([#492](https://github.com/ministryofjustice/moj-frontend/issues/492)) ([a42dca8](https://github.com/ministryofjustice/moj-frontend/commit/a42dca85464ebf1d64e2f6609c9e863cd04bb56c)) + ## [1.6.6](https://github.com/ministryofjustice/moj-frontend/compare/v1.6.5...v1.6.6) (2023-03-21) diff --git a/package/package.json b/package/package.json index 429dba39..b1b6f46d 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": "1.6.6", + "version": "1.7.0", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {