Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v1.0.1 #1220

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.1](https://github.com/bcgov/cas-cif/compare/1.0.0...1.0.1) (2022-11-30)

### Bug Fixes

- all users should be able to execute update_or_create_user function ([8bff686](https://github.com/bcgov/cas-cif/commit/8bff68604c61887a41eb64d712c9dc1fb22c829c))

# [1.0.0](https://github.com/bcgov/cas-cif/compare/1.0.0-rc.5...1.0.0) (2022-11-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cas-cif",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"repository": "https://github.com/bcgov/cas-cif.git",
"author": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions schema/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ tables/cif_user_004_allow_sub_update_flag [tables/cif_user_003_create_policies]
mutations/update_or_create_user_from_session 2022-11-23T18:18:56Z Bastianelli, Pierre LWRS:EX <[email protected]> # Mutation to update or create a user upon login, based on the email field of the session jwt
@1.0.0 2022-11-29T20:53:00Z Dylan Leard <[email protected]> # release v1.0.0
mutations/update_or_create_user_from_session [mutations/[email protected]] 2022-11-29T23:55:46Z Dylan Leard <[email protected]> # Update permissions for user function
@1.0.1 2022-11-30T00:22:17Z Dylan Leard <[email protected]> # release v1.0.1