Skip to content

Commit fbeaf38

Browse files
committed
ci: set javascript version to 1.0.2
1 parent d225a95 commit fbeaf38

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- main
6+
tags:
7+
- 'v*.*.*-javascript'
68

79
pull_request:
810
branches:

javascript/javascript-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Endpoints designated as Superadmin-only are not tenant-scoped.
66
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
77

88
- API version: 1.1.4
9-
- Package version: 1.0.1
9+
- Package version: 1.0.2
1010
- Generator version: 7.17.0
1111
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1212

javascript/javascript-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kestra-io/kestra-sdk",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.<br/> Endpoints designated as Superadmin-only are not tenant-scoped.",
55
"license": "Unlicense",
66
"type": "module",

javascript/javascript-sdk/src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ApiClient {
5454
* @default {}
5555
*/
5656
this.defaultHeaders = {
57-
'User-Agent': 'OpenAPI-Generator/1.0.1/Javascript'
57+
'User-Agent': 'OpenAPI-Generator/1.0.2/Javascript'
5858
};
5959

6060
/**

0 commit comments

Comments
 (0)