Skip to content

Commit 8a70534

Browse files
Bumps version to 22.2.0
1 parent e96361c commit 8a70534

File tree

7 files changed

+11
-6
lines changed

7 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Sets up workflow to run auth-react tests
1515
- Updates test-servers to work with updated tests
1616

17+
## [22.2.0] - 2025-05-09
18+
19+
- Refactors querier to use dynamic request body and response body types inference
20+
1721
## [22.1.0] - 2025-04-04
1822

1923
- Adds support for using `code_challenge_method` from OIDC provider response to determine whether to use PKCE or not.

lib/build/version.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/version.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ts/core/versions/5.3/schema.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// @ts-nocheck
33
// @ts-nocheck
44
// @ts-nocheck
5+
// @ts-nocheck
56
/**
67
* This file was auto-generated by openapi-typescript.
78
* Do not make direct changes to the file.

lib/ts/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* License for the specific language governing permissions and limitations
1313
* under the License.
1414
*/
15-
export const version = "22.1.0";
15+
export const version = "22.2.0";
1616

1717
export const cdiSupported = ["5.3"];
1818

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "supertokens-node",
3-
"version": "22.1.0",
3+
"version": "22.2.0",
44
"description": "NodeJS driver for SuperTokens core",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)