Skip to content

Commit

Permalink
chore: release candidate v0.43.2
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Dec 19, 2024
1 parent ef8c5a0 commit a93e0b6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## <small>0.43.2 (2024-12-19)</small>

* chore(4537): enforce relogin for users missing session data in DB ([e072741](https://github.com/bcgov/platform-services-registry/commit/e072741))
* chore(deps): update github/codeql-action digest to 64cc90b ([64bd106](https://github.com/bcgov/platform-services-registry/commit/64bd106))



## <small>0.43.1 (2024-12-19)</small>

* chore: release candidate v0.43.1 ([ceca6dc](https://github.com/bcgov/platform-services-registry/commit/ceca6dc))
* chore(3225): add whitespace trimming, rename mailpit volum, remove unused entities ([343e801](https://github.com/bcgov/platform-services-registry/commit/343e801))
* chore(3225): align PVC naming in Mailpit templates ([ae5346e](https://github.com/bcgov/platform-services-registry/commit/ae5346e))
* chore(3225): change mailpit name, mountpath, add pvc vars, mailpit dbpath ([7f3b950](https://github.com/bcgov/platform-services-registry/commit/7f3b950))
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.43.1
0.43.2
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pltsvc-app",
"description": "B.C. Government's Platform Product Registry - App",
"version": "0.43.1",
"version": "0.43.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pltsvc",
"description": "B.C. Government's Platform Product Registry",
"version": "0.43.1",
"version": "0.43.2",
"private": true,
"scripts": {
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",
Expand Down

0 comments on commit a93e0b6

Please sign in to comment.