Skip to content

Commit

Permalink
Bump version with some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Oct 1, 2024
1 parent e95edd3 commit 22180b5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [20.1.4] - 2024-10-01

- Replicates `fastify` types based on requirement for the SDK instead of using the original module.

## [20.1.3] - 2024-09-30

- Replaces `psl` with `tldts` to avoid `punycode` deprecation warning.
Expand Down
2 changes: 1 addition & 1 deletion lib/build/version.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/build/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions lib/ts/framework/fastify/framework.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
* under the License.
*/

// import type {
// FastifyInstance,
// FastifyRequest as OriginalFastifyRequest,
// FastifyReply,
// FastifyPluginCallback,
// } from "fastify";
import {
FastifyRequest as OriginalFastifyRequest,
FastifyReply,
Expand Down
2 changes: 1 addition & 1 deletion lib/ts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* License for the specific language governing permissions and limitations
* under the License.
*/
export const version = "20.1.3";
export const version = "20.1.4";

export const cdiSupported = ["5.1"];

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supertokens-node",
"version": "20.1.3",
"version": "20.1.4",
"description": "NodeJS driver for SuperTokens core",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 22180b5

Please sign in to comment.