Skip to content

Commit 84fbe44

Browse files
committed
2.11.1
1 parent ce7e87a commit 84fbe44

6 files changed

Lines changed: 12 additions & 3 deletions

File tree

clients/urlr-javascript/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.11.1] - 2025-08-07
4+
- Better documentation and examples.
5+
36
## [2.11.0] - 2025-08-07
47

58
### Changed

clients/urlr-php/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.11.1] - 2025-08-07
4+
- Better documentation and examples.
5+
36
## [2.11.0] - 2025-08-07
47

58
### Changed

clients/urlr-python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [2.11.1] - 2025-08-07
4+
- Better documentation and examples.
5+
36
## [2.11.0] - 2025-08-07
47

58
### Changed

openapi-generator/config-javascript.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
npmName: urlr-js
2-
npmVersion: 2.11.0
2+
npmVersion: 2.11.1
33
gitHost: github.com
44
gitUserId: urlr
55
gitRepoId: urlr-javascript

openapi-generator/config-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
packageName: URLR
22
composerPackageName: urlr/urlr-php
3-
artifactVersion: 2.11.0
3+
artifactVersion: 2.11.1
44
invokerPackage: URLR
55
variableNamingConvention: camelCase
66
developerOrganization: URLR

openapi-generator/config-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectName: URLR
22
packageName: urlr
3-
packageVersion: 2.11.0
3+
packageVersion: 2.11.1
44
infoName: URLR
55
infoEmail: contact@urlr.me
66
gitHost: github.com

0 commit comments

Comments
 (0)