diff --git a/CHANGELOG.md b/CHANGELOG.md index f11c596e2..81e85d881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.43.11](https://github.com/bcgov/platform-services-registry/compare/v0.43.10...v0.43.11) (2025-02-07) + +### Features + +* **4845:** add email resend button in admin tasks page ([835404b](https://github.com/bcgov/platform-services-registry/commit/835404b5212683c295388d05365376e149503999)) + +### Bug Fixes + +* **4872:** fix deleting create request with initial account coding ([326be8b](https://github.com/bcgov/platform-services-registry/commit/326be8b5075064921370ac011b85a9ece6f9ed93)) + +### Refactors + +* **4869:** add sharable additional team members component ([1a84265](https://github.com/bcgov/platform-services-registry/commit/1a84265648dbad1fa848debba0739c3732efa233)) ## [0.43.10](https://github.com/bcgov/platform-services-registry/compare/v0.43.9...v0.43.10) (2025-02-05) ### Features diff --git a/VERSION b/VERSION index 877b2f687..47d27af92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.43.10 +0.43.11 diff --git a/app/package.json b/app/package.json index 637c5702e..f595147d3 100644 --- a/app/package.json +++ b/app/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc-app", "description": "B.C. Government's Platform Product Registry - App", - "version": "0.43.10", + "version": "0.43.11", "private": true, "scripts": { "dev": "next dev", diff --git a/package.json b/package.json index 4307e3c31..1055b03d8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc", "description": "B.C. Government's Platform Product Registry", - "version": "0.43.10", + "version": "0.43.11", "private": true, "scripts": { "lint": "eslint --no-eslintrc --config .eslintrc.root.json .",