Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Nov 29, 2024
1 parent 1256d8f commit a199734
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog


## v0.7.0...main

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

### 🏡 Chore

- Adjust plugin recommendations ([298c328](https://github.com/stacksjs/dtsx/commit/298c328))
- Adjust release action ([1a69215](https://github.com/stacksjs/dtsx/commit/1a69215))
- Add failing test ([c4d1510](https://github.com/stacksjs/dtsx/commit/c4d1510))
- **typo:** Fixes typo ([#26](https://github.com/stacksjs/dtsx/pull/26))
- Add two more disabled examples ([e475fe6](https://github.com/stacksjs/dtsx/commit/e475fe6))
- Improve ternary types ([e23f56b](https://github.com/stacksjs/dtsx/commit/e23f56b))
- Slightly improve output formatting ([568e84e](https://github.com/stacksjs/dtsx/commit/568e84e))
- Several minor adjustments ([b28c856](https://github.com/stacksjs/dtsx/commit/b28c856))
- Add placeholder example ([b5ffe42](https://github.com/stacksjs/dtsx/commit/b5ffe42))
- Improve output structure ([4e0296a](https://github.com/stacksjs/dtsx/commit/4e0296a))
- Adjust default/mixed import handling ([197ba16](https://github.com/stacksjs/dtsx/commit/197ba16))
- Wip ([1256d8f](https://github.com/stacksjs/dtsx/commit/1256d8f))

### ❤️ Contributors

- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
- Jyotirmoy Bandyopadhayaya ([@BRAVO68WEB](http://github.com/BRAVO68WEB))

## v0.6.2...main

[compare changes](https://github.com/stacksjs/dtsx/compare/v0.6.2...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.7.0",
"version": "0.8.0",
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a199734

Please sign in to comment.