Skip to content

Commit

Permalink
chore: release candidate v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
funtigr committed Mar 21, 2024
1 parent b514f85 commit bbeb95d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.20.0](https://github.com/bcgov/platform-services-registry/compare/v0.19.1...v0.20.0) (2024-03-21)


### Features

* add editor roles ([11dee64](https://github.com/bcgov/platform-services-registry/commit/11dee64c7293600d523edb6759d23217fb47c13a))
* add total quotas in csv exports ([82de485](https://github.com/bcgov/platform-services-registry/commit/82de4855edb031d2aca7d40b6dd4d9908b39acb1))
* create comment api ([be32408](https://github.com/bcgov/platform-services-registry/commit/be32408fe69d37370e2429ab96a912552300e9fd))
* sort functionality to public and private products and requests ([#2344](https://github.com/bcgov/platform-services-registry/issues/2344)) ([b514f85](https://github.com/bcgov/platform-services-registry/commit/b514f8544d9b309426adddcdc50da9cfadef67c4))

## [0.19.1](https://github.com/bcgov/platform-services-registry/compare/v0.19.0...v0.19.1) (2024-03-20)


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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pltsrv-registry",
"version": "0.19.1",
"version": "0.20.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit bbeb95d

Please sign in to comment.