Skip to content

Commit

Permalink
Bump version to 0.0.34 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Jan 2, 2024
1 parent e7e2eca commit e627ddc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

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

### 0.0.33 2023/12/22
### 0.0.34 2024/01/2

- Refactor: `nest-webpack.js` monorepoRoot use `config` from `tsdk.config.js`

### 0.0.33 2023/12/31

- Fix: copy dir content not transform correctly when has `import 'module-name';`

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.0.33",
"version": "0.0.34",
"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.0.33",
"version": "0.0.34",
"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 e627ddc

Please sign in to comment.