Skip to content

Commit 66f8d18

Browse files
authored
chore(cli): release @nanoforge-dev/cli@1.0.0 (#38)
1 parent 2f4dd3a commit 66f8d18

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
# [1.0.0](https://github.com/NanoForge-dev/cli/tree/1.0.0) - (2026-01-06)
6+
7+
## Bug Fixes
8+
9+
- Change bun binary (#34) ([c529b33](https://github.com/NanoForge-dev/cli/commit/c529b332f0039ccb29c3f1a350498f057dc7f106)) by @Exeloo
10+
11+
## Documentation
12+
13+
- Write-usage-and-complete-schemas (#36) ([2f4dd3a](https://github.com/NanoForge-dev/cli/commit/2f4dd3ac21e623565dc48f0c2a70279db9916312)) by @MartinFillon
14+
- Add contributing docs and actions (#33) ([55341d1](https://github.com/NanoForge-dev/cli/commit/55341d1329076d80db1429c607c1f3cf52d2b4d8)) by @Exeloo
15+
- Setup action to push all docs to docs repo (#29) ([99e26c6](https://github.com/NanoForge-dev/cli/commit/99e26c6feed162502ddee28d5de2f1451ee55c74)) by @MartinFillon
16+
17+
## Features
18+
19+
- Split ecs and add miscellaneous (#28) ([35175e0](https://github.com/NanoForge-dev/cli/commit/35175e05bb511fa0634dac52f9b8b45acaeccb34)) by @Exeloo
20+
- Add options on `new` command (#27) ([09988c2](https://github.com/NanoForge-dev/cli/commit/09988c2890818fc360c16a2632b8f00a9f14c816)) by @Exeloo
21+
- Add `generate` command (#26) ([dc35464](https://github.com/NanoForge-dev/cli/commit/dc3546472474dcaa016d03750486be5cc17a6d96)) by @Exeloo
22+
- Enhance `new` command with client and server contents (#22) ([aec2d20](https://github.com/NanoForge-dev/cli/commit/aec2d203e9131317239380e72eff45a6eb83c0e4)) by @Exeloo
23+
- Add `new` command (#15) ([f9e3145](https://github.com/NanoForge-dev/cli/commit/f9e3145c8aa965571a4de87b27f4a7c700d3a86f)) by @Exeloo
24+
- Add `run` command (#14) ([734615e](https://github.com/NanoForge-dev/cli/commit/734615efad12199a8e87e9b96c46945ba54f1e28)) by @Exeloo
25+
- Add build command (#10) ([62ba12a](https://github.com/NanoForge-dev/cli/commit/62ba12ad5249d8fbade7430ee3fbe5b500586e26)) by @Exeloo
26+
- Add install command ([d1cf961](https://github.com/NanoForge-dev/cli/commit/d1cf961d2e0ed9cfeb735df4d00de33a41ae8048)) by @Exeloo
27+
- Add base cli ([5408c9f](https://github.com/NanoForge-dev/cli/commit/5408c9f26c27885c8bfd61c56da5655477a433a4)) by @Exeloo
28+
- Init repo ([d5ef49d](https://github.com/NanoForge-dev/cli/commit/d5ef49d20cf812fe9e19e18e1a31cb95fc522b14)) by @Exeloo
29+
30+
### New Contributors
31+
32+
- @MartinFillon made their first contribution in #36
33+
- @Exeloo made their first contribution in #34
34+
- @renovate[bot] made their first contribution in #19

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@nanoforge-dev/cli",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"description": "NanoForge CLI",
66
"keywords": [
77
"nanoforge",

0 commit comments

Comments
 (0)