Skip to content

Commit 91d18e5

Browse files
authored
Merge pull request #3 from nextlevelbuilder/release-please--branches--main
chore: release main
2 parents d028d58 + 5060e84 commit 91d18e5

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/cli": "0.1.4"
2+
"packages/cli": "0.2.0"
33
}

packages/cli/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/nextlevelbuilder/f2u-cli/compare/f2u-cli-v0.1.4...f2u-cli-v0.2.0) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* **cli:** resolve env vars from process, .env files, and config ([3251860](https://github.com/nextlevelbuilder/f2u-cli/commit/3251860055527b65a7fef4ac6f5c71c3968869bc))
9+
* **cli:** resolve env vars from process, .env files, and config ([40796b2](https://github.com/nextlevelbuilder/f2u-cli/commit/40796b250b9892dc6ea0c4222844a74750e3a891))
10+
* expand MIME types for audio and video formats ([a2c070e](https://github.com/nextlevelbuilder/f2u-cli/commit/a2c070eb97e0a134495be1f184834d03d1f94254))
11+
* initial f2u-cli implementation ([5db5bd5](https://github.com/nextlevelbuilder/f2u-cli/commit/5db5bd51ce63481563c68a9e80a4cd9dc59020e1))
12+
13+
14+
### Bug Fixes
15+
16+
* add MIME type detection for uploaded files ([55fd390](https://github.com/nextlevelbuilder/f2u-cli/commit/55fd39008764b479eb21e42d848f8481f0725793))
17+
* add tsup config with shebang banner for CLI bin ([bc85e99](https://github.com/nextlevelbuilder/f2u-cli/commit/bc85e9975db5a5f8b93b493497e8d96e93db4ab8))
18+
* address code review findings ([1810b95](https://github.com/nextlevelbuilder/f2u-cli/commit/1810b954613199a2c86386f7f5ec710a41f626cf))
19+
* normalize bin path for npm publish ([caf4fe6](https://github.com/nextlevelbuilder/f2u-cli/commit/caf4fe652cc9a326a925e72055dfa291cbd4ae4d))
20+
* remove duplicate shebang causing syntax error in built CLI ([797e133](https://github.com/nextlevelbuilder/f2u-cli/commit/797e13393f329b42e754f196a029b9b90682c305))

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "f2u-cli",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "CLI tool for AI agents to upload temporary files to Cloudflare R2",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)