Skip to content

Commit

Permalink
chore: release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 8, 2024
1 parent a6ef9a1 commit 6113eba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Changelog


## v0.5.0...main

[compare changes](https://github.com/stacksjs/dtsx/compare/v0.5.0...main)

### 🏡 Chore

- Fix lint issues ([6d8ba64](https://github.com/stacksjs/dtsx/commit/6d8ba64))
- Add some jsdocs ([de495ee](https://github.com/stacksjs/dtsx/commit/de495ee))
- Add two examples ([0e996ab](https://github.com/stacksjs/dtsx/commit/0e996ab))
- Remove unused script ([c2ecc45](https://github.com/stacksjs/dtsx/commit/c2ecc45))
- Several minor adjustments ([a6ef9a1](https://github.com/stacksjs/dtsx/commit/a6ef9a1))

### ❤️ Contributors

- Chris ([@chrisbbreuer](https://github.com/chrisbbreuer))

## v0.4.0...main

[compare changes](https://github.com/stacksjs/dtsx/compare/v0.4.0...main)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stacksjs/dtsx",
"type": "module",
"version": "0.5.0",
"version": "0.5.1",
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export async function checkIsolatedDeclarations(options?: DtsGenerationConfig):
try {
const cwd = options?.cwd || process.cwd()
const tsconfigPath = options?.tsconfigPath || join(cwd, 'tsconfig.json')
console.log('tsconfigPath', tsconfigPath)
const tsconfig = await import(tsconfigPath)

return tsconfig.compilerOptions?.isolatedDeclarations === true
Expand Down

0 comments on commit 6113eba

Please sign in to comment.