diff --git a/CHANGELOG.md b/CHANGELOG.md index a6514d73..42ade7a7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.1.0](https://github.com/ministryofjustice/moj-frontend/compare/v3.0.3...v3.1.0) (2024-11-26) + + +### Features + +* **password reveal:** archiving password reveal component ([#962](https://github.com/ministryofjustice/moj-frontend/issues/962)) ([13c330f](https://github.com/ministryofjustice/moj-frontend/commit/13c330f6e1666215929b93db5ff463a44c54155e)) + ## [3.0.3](https://github.com/ministryofjustice/moj-frontend/compare/v3.0.2...v3.0.3) (2024-11-13) diff --git a/package/package.json b/package/package.json index 775dbea9..ddaa14c3 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": "3.0.3", + "version": "3.1.0", "main": "moj/all.js", "sass": "moj/all.scss", "engines": {