Skip to content

Commit

Permalink
Release 1.6.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtreminio-dropbox authored Sep 10, 2024
1 parent f842b82 commit f84a654
Show file tree
Hide file tree
Showing 9 changed files with 32,669 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
wwwroot/*.js
node_modules
typings
dist
# CUSTOM - BEGIN
test.*
*.tgz
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.6.1
2 changes: 1 addition & 1 deletion api/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const queryParamsSerializer = (params) => {
return Qs.stringify(params, { arrayFormat: "brackets" });
};

export const USER_AGENT = "OpenAPI-Generator/1.6.0/node";
export const USER_AGENT = "OpenAPI-Generator/1.6.1/node";

/**
* Generates an object containing form data.
Expand Down
Loading

0 comments on commit f84a654

Please sign in to comment.