diff --git a/CHANGELOG.md b/CHANGELOG.md index 11164421c..4f73e0147 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.40.4](https://github.com/bcgov/platform-services-registry/compare/v0.40.3...v0.40.4) (2024-11-28) + +### Features + +* **4304:** add user role update function in users page ([9cc1daa](https://github.com/bcgov/platform-services-registry/commit/9cc1daabd6f9579bad153dff739c8845b33902d9)) ## [0.40.3](https://github.com/bcgov/platform-services-registry/compare/v0.40.2...v0.40.3) (2024-11-22) ### Features diff --git a/VERSION b/VERSION index e373c4ade..f57373a05 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.40.3 +0.40.4 diff --git a/app/package-lock.json b/app/package-lock.json index abce61816..7b17e0e12 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "pltsvc-app", - "version": "0.40.3", + "version": "0.40.4", "hasInstallScript": true, "dependencies": { "@azure/msal-node": "^2.3.0", diff --git a/app/package.json b/app/package.json index d16f6f01e..8e859189e 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.40.3", + "version": "0.40.4", "private": true, "scripts": { "dev": "next dev", diff --git a/package-lock.json b/package-lock.json index 41ec31689..6ccd4b053 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pltsvc", - "version": "0.40.3", + "version": "0.40.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pltsvc", - "version": "0.40.3", + "version": "0.40.4", "devDependencies": { "@badeball/cypress-cucumber-preprocessor": "^21.0.0", "@bahmutov/cypress-esbuild-preprocessor": "^2.2.0", diff --git a/package.json b/package.json index 1b19271be..baecb8e8a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pltsvc", "description": "B.C. Government's Platform Product Registry", - "version": "0.40.3", + "version": "0.40.4", "private": true, "scripts": { "lint": "eslint --no-eslintrc --config .eslintrc.root.json .",