Skip to content

Commit 0be78c9

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag sdk-1.0.1
1 parent 6ddd3dc commit 0be78c9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Changelog\n\n## [1.0.1.0] - 2025-09-16\nSee main repository changelog for details.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For more information, see [Invoicetronic website][2]
77
[1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/
88
[2]: https://invoicetronic.com/
99

10-
## @invoicetronic/ts-sdk@1.0.0
10+
## @invoicetronic/ts-sdk@1.0.1
1111

1212
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
1313

@@ -45,7 +45,7 @@ navigate to the folder of your consuming project and run one of the following co
4545
_published:_
4646

4747
```
48-
npm install @invoicetronic/[email protected].0 --save
48+
npm install @invoicetronic/[email protected].1 --save
4949
```
5050

5151
_unPublished (not recommended):_

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class Configuration {
9292
this.baseOptions = {
9393
...param.baseOptions,
9494
headers: {
95-
'User-Agent': "Invoicetronic/1.0.0/TypeScript-SDK",
95+
'User-Agent': "Invoicetronic/1.0.1/TypeScript-SDK",
9696
...param.baseOptions?.headers,
9797
},
9898
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invoicetronic/ts-sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "OpenAPI client for @invoicetronic/ts-sdk",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)