Skip to content

Commit

Permalink
chore: release candidate v0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed May 29, 2024
1 parent 3e342f8 commit 58e41bf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.26.1](https://github.com/bcgov/platform-services-registry/compare/v0.26.0...v0.26.1) (2024-05-29)

### Bug Fixes

* **2844:** fix private cloud email bugs ([5f84b79](https://github.com/bcgov/platform-services-registry/commit/5f84b792ae34f8d59014f4f43d7690a6f9ddcfc1))

### Refactors

* **2832:** enable app eslint in pre-commit ([c8f753f](https://github.com/bcgov/platform-services-registry/commit/c8f753f4fc19b3ad426ac2d94b28fce984b75ff0))
* **2832:** move application codebase to app directory ([7f86231](https://github.com/bcgov/platform-services-registry/commit/7f86231e2ff4983b4bc0baea1c7c3e84fa11fd50))
* **ci:** separate build and test jobs for performance gain ([771b05b](https://github.com/bcgov/platform-services-registry/commit/771b05b0eef30a3052cfbc9a862cd4c5953fd492))
## [0.26.0](https://github.com/bcgov/platform-services-registry/compare/v0.25.0...v0.26.0) (2024-05-28)

### Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions 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.26.0",
"version": "0.26.1",
"private": true,
"scripts": {
"lint": "eslint --no-eslintrc --config .eslintrc.json .",
Expand All @@ -25,5 +25,6 @@
"release-it": "^17.0.0",
"typescript": "^5.3.3",
"wait-on": "^7.0.1"
}
},
"app": "0.26.1"
}

0 comments on commit 58e41bf

Please sign in to comment.