kleisterjs 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/RELEASE +1 -0
- package/CHANGELOG.md +7 -0
- package/README.md +2 -2
- package/openapi.yml +1 -1
- package/package.json +1 -1
package/.github/RELEASE
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Tue Jun 4 10:09:04 UTC 2024
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.1](https://github.com/kleister/kleister-js/compare/v1.0.0...v1.0.1) (2024-06-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bugfixes
|
|
7
|
+
|
|
8
|
+
* **deps:** update dependency prettier to v3.3.1 ([f5dd3de](https://github.com/kleister/kleister-js/commit/f5dd3de7e430f0fdd7459dc3a3adacc8a8f0ed05))
|
|
9
|
+
|
|
3
10
|
## 1.0.0 (2024-06-04)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ This repository provides a client SDK for Typescript/Javascript. This SDK is
|
|
|
6
6
|
automatically generated by the [OpenAPI Generator][generator] project:
|
|
7
7
|
|
|
8
8
|
- API version: 1.0.0-alpha1
|
|
9
|
-
- Package version: 1.0.
|
|
9
|
+
- Package version: 1.0.1
|
|
10
10
|
- Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen
|
|
11
11
|
|
|
12
12
|
For more information, please visit [https://kleister.eu](https://kleister.eu)
|
|
@@ -39,7 +39,7 @@ the following command within your project directory, after that you can import
|
|
|
39
39
|
it as other libraries:
|
|
40
40
|
|
|
41
41
|
```console
|
|
42
|
-
npm install --save kleisterjs@1.0.
|
|
42
|
+
npm install --save kleisterjs@1.0.1
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
### Installation with Git
|
package/openapi.yml
CHANGED