Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Oct 21, 2024
1 parent 3fbd4e4 commit 7b30a76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This is the log of notable changes to the `tsdk` that are developer-facing.

### 0.2.4 2024/10/20

- Feat: double check `@nest/cli` is installed or not
- Feat: add `payload` to `onErrorHandler`
- Chore: change snippet of import api config

### 0.2.3 2024/10/9

Expand All @@ -14,10 +19,9 @@ This is the log of notable changes to the `tsdk` that are developer-facing.

- Fix(types): support custom handler in `fe-sdk`


### 0.2.1 2024/9/21

- Feat: support custom handler in `fe-sdk`
- Feat: support custom handler in `fe-sdk`
- Chore: remove unnecessary code when `httpLib` is `xior` in `fe-sdk`
- Chore: bump deps to latest

Expand Down
2 changes: 1 addition & 1 deletion packages/tsdk-server-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk-server-adapters",
"version": "0.2.3",
"version": "0.2.4",
"main": "lib/index.js",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk",
"version": "0.2.3",
"version": "0.2.4",
"description": "Type-safe API development and code share tool for TypeScript projects.",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down

0 comments on commit 7b30a76

Please sign in to comment.