-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1220 from bcgov/chore/release
chore: release v1.0.1
- Loading branch information
Showing
3 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |