Skip to content

Commit

Permalink
Merge pull request #1220 from bcgov/chore/release
Browse files Browse the repository at this point in the history
chore: release v1.0.1
  • Loading branch information
dleard authored Nov 30, 2022
2 parents e5471bb + ef89934 commit 477ecfb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
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

0 comments on commit 477ecfb

Please sign in to comment.