Skip to content

Commit

Permalink
chore: release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Feb 25, 2024
1 parent 081b86d commit 525a2fa
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@

## v0.6.1...main

[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.6.1...main)

### 🚀 Enhancements

- Default to the root src dir ([081b86d](https://github.com/stacksjs/bun-plugin-dts-auto/commit/081b86d))

### 🏡 Chore

- Adjust readme ([2e80f42](https://github.com/stacksjs/bun-plugin-dts-auto/commit/2e80f42))

### ❤️ Contributors

- Chris <chrisbreuer93@gmail.com>

## v0.6.1...main

[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.6.1...main)

### 🚀 Enhancements

- Default to the root src dir ([081b86d](https://github.com/stacksjs/bun-plugin-dts-auto/commit/081b86d))

### 🏡 Chore

- Adjust readme ([2e80f42](https://github.com/stacksjs/bun-plugin-dts-auto/commit/2e80f42))

### ❤️ Contributors

- Chris <chrisbreuer93@gmail.com>

## v0.6.0...main

[compare changes](https://github.com/stacksjs/bun-plugin-dts-auto/compare/v0.6.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": "bun-plugin-dts-auto",
"type": "module",
"version": "0.6.1",
"version": "0.7.0",
"description": "A Bun Bundler plugin that auto generates your d.ts types.",
"author": "Chris Breuer <chris@ow3.org>",
"license": "MIT",
Expand Down

0 comments on commit 525a2fa

Please sign in to comment.