Skip to content

Commit

Permalink
v0.1.4: fix tsdk windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Jan 20, 2024
1 parent b19f399 commit a7b0244
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

### 0.1.4 2024/01/20

- Fix: windows build

### 0.1.3 2024/01/20

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.1.3",
"version": "0.1.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.1.3",
"version": "0.1.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 a7b0244

Please sign in to comment.