Skip to content

Commit 440f0f6

Browse files
committed
chore: release v0.3.1
1 parent a13db50 commit 440f0f6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
## v0.3.0...main
3+
4+
[compare changes](https://github.com/stacksjs/bun-config/compare/v0.3.0...main)
5+
6+
### 🏡 Chore
7+
8+
- Improve merging & return types ([a13db50](https://github.com/stacksjs/bun-config/commit/a13db50))
9+
10+
### ❤️ Contributors
11+
12+
- Chris ([@chrisbbreuer](http://github.com/chrisbbreuer))
13+
214
## v0.2.0...main
315

416
[compare changes](https://github.com/stacksjs/bun-config/compare/v0.2.0...main)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bun-config",
33
"type": "module",
4-
"version": "0.3.0",
4+
"version": "0.3.1",
55
"description": "A smart & fully-typed configuration loader for Bun.",
66
"author": "Chris Breuer <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)