We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13db50 commit 440f0f6Copy full SHA for 440f0f6
CHANGELOG.md
@@ -1,4 +1,16 @@
1
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
14
## v0.2.0...main
15
16
[compare changes](https://github.com/stacksjs/bun-config/compare/v0.2.0...main)
package.json
@@ -1,7 +1,7 @@
{
"name": "bun-config",
"type": "module",
- "version": "0.3.0",
+ "version": "0.3.1",
"description": "A smart & fully-typed configuration loader for Bun.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
0 commit comments