Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon committed Mar 27, 2024
1 parent d92ad9b commit 86dd327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/shopify-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- b912ecd: Updates the Session class to handle the associated user information on the session object.

Updates the Session `fromPropertyArray` to handle all user info fields.
Updates the Session `fromPropertyArray` to handle all user info fields. New optional argument `returnUserData`, (defaulted to `false`), will return the user data if it is apart of the property array. This will be defaulted to `true` in an upcoming version.

<details>

Expand Down
2 changes: 1 addition & 1 deletion packages/shopify-api/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const SHOPIFY_API_LIBRARY_VERSION = '9.5.1';
export const SHOPIFY_API_LIBRARY_VERSION = '9.6.0';

0 comments on commit 86dd327

Please sign in to comment.