We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e4e9b commit e87a0faCopy full SHA for e87a0fa
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## [0.3.2](https://github.com/aklinker1/bunv/compare/v0.3.1...v0.3.2) (2025-03-08)
2
+
3
4
+### Bug Fixes
5
6
+* Fix typos in logs ([0bbe92c](https://github.com/aklinker1/bunv/commit/0bbe92c6bb73ed3d597dbefa01b525b5d952c493))
7
+* Support `.bun-version` file ([1c70d2b](https://github.com/aklinker1/bunv/commit/1c70d2bee4dd0b70ce5f9c9d97e10516b1f8cf25))
8
9
10
11
## [0.3.1](https://github.com/aklinker1/bunv/compare/v0.3.0...v0.3.1) (2024-09-21)
12
13
package.json
@@ -1,4 +1,4 @@
{
- "version": "0.3.1",
+ "version": "0.3.2",
"packageManager.example": "bun@1.1.27"
}
0 commit comments