diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6db0aea540..b7bb419538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.32.0" + ".": "2.33.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e1d12217..5ba168a3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.33.0](https://github.com/UK-Export-Finance/exip/compare/v2.32.0...v2.33.0) (2024-08-06) + + +### Features + +* **EMS-3709-3710:** export contract - how the contract was awarded - check your answers ([#2895](https://github.com/UK-Export-Finance/exip/issues/2895)) ([4648efc](https://github.com/UK-Export-Finance/exip/commit/4648efc28376536127975d4954b1615135a083bc)) + ## [2.32.0](https://github.com/UK-Export-Finance/exip/compare/v2.31.0...v2.32.0) (2024-08-05) ### Features diff --git a/package-lock.json b/package-lock.json index e2049c7edf..407d6bbd12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uk-export-finance/exip", - "version": "2.32.0", + "version": "2.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uk-export-finance/exip", - "version": "2.32.0", + "version": "2.33.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f8fab0d60d..ae82b31d78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uk-export-finance/exip", - "version": "2.32.0", + "version": "2.33.0", "description": "Export Insurance Policies", "homepage": "https://github.com/UK-Export-Finance/exip#readme", "bugs": {