Skip to content

Commit a199734

Browse files
committed
chore: release v0.8.0
1 parent 1256d8f commit a199734

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
# Changelog
22

33

4+
## v0.7.0...main
5+
6+
[compare changes](https://github.com/stacksjs/dtsx/compare/v0.7.0...main)
7+
8+
### 🏡 Chore
9+
10+
- Adjust plugin recommendations ([298c328](https://github.com/stacksjs/dtsx/commit/298c328))
11+
- Adjust release action ([1a69215](https://github.com/stacksjs/dtsx/commit/1a69215))
12+
- Add failing test ([c4d1510](https://github.com/stacksjs/dtsx/commit/c4d1510))
13+
- **typo:** Fixes typo ([#26](https://github.com/stacksjs/dtsx/pull/26))
14+
- Add two more disabled examples ([e475fe6](https://github.com/stacksjs/dtsx/commit/e475fe6))
15+
- Improve ternary types ([e23f56b](https://github.com/stacksjs/dtsx/commit/e23f56b))
16+
- Slightly improve output formatting ([568e84e](https://github.com/stacksjs/dtsx/commit/568e84e))
17+
- Several minor adjustments ([b28c856](https://github.com/stacksjs/dtsx/commit/b28c856))
18+
- Add placeholder example ([b5ffe42](https://github.com/stacksjs/dtsx/commit/b5ffe42))
19+
- Improve output structure ([4e0296a](https://github.com/stacksjs/dtsx/commit/4e0296a))
20+
- Adjust default/mixed import handling ([197ba16](https://github.com/stacksjs/dtsx/commit/197ba16))
21+
- Wip ([1256d8f](https://github.com/stacksjs/dtsx/commit/1256d8f))
22+
23+
### ❤️ Contributors
24+
25+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
26+
- Jyotirmoy Bandyopadhayaya ([@BRAVO68WEB](http://github.com/BRAVO68WEB))
27+
428
## v0.6.2...main
529

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stacksjs/dtsx",
33
"type": "module",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"description": "A modern, fast .d.ts generation tool, powered by Bun.",
66
"author": "Chris Breuer <chris@stacksjs.org>",
77
"license": "MIT",

0 commit comments

Comments
 (0)