Skip to content

Commit a38e05b

Browse files
committed
chore: release candidate v0.62.1
1 parent fb08deb commit a38e05b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.62.1](https://github.com/bcgov/platform-services-registry/compare/v0.62.0...v0.62.1) (2025-04-25)
2+
3+
### Bug Fixes
4+
5+
* **5510:** exclude request comments from decision data ([fb08deb](https://github.com/bcgov/platform-services-registry/commit/fb08deb718d65d8e6b69c509211931ec86ae03bd))
16
## [0.62.0](https://github.com/bcgov/platform-services-registry/compare/v0.61.0...v0.62.0) (2025-04-22)
27

38
### Features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.62.0
1+
0.62.1

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pltsvc-app",
33
"description": "B.C. Government's Platform Product Registry - App",
4-
"version": "0.62.0",
4+
"version": "0.62.1",
55
"private": true,
66
"scripts": {
77
"dev": "next dev --turbo",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pltsvc",
33
"description": "B.C. Government's Platform Product Registry",
4-
"version": "0.62.0",
4+
"version": "0.62.1",
55
"private": true,
66
"scripts": {
77
"lint": "eslint --no-eslintrc --config .eslintrc.root.json .",

0 commit comments

Comments
 (0)