Skip to content

Commit

Permalink
Merge pull request #355 from bakaphp/feat/update-flags
Browse files Browse the repository at this point in the history
feat: add flags
  • Loading branch information
kaioken authored Nov 27, 2024
2 parents f03a91e + 9700f08 commit ef69463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.22.0",
"version": "0.22.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/queries/locations.query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const COUNTRIES_QUERY = gql`
data {
id
name
flag
code
}
paginatorInfo {
Expand Down

0 comments on commit ef69463

Please sign in to comment.