chore(version): 0.1.0
Some checks failed
Publish package / build_and_publish (push) Failing after 19s

This commit is contained in:
Alexander Navarro 2025-02-18 16:51:02 -03:00
parent 74d0f81a6c
commit df586c34d4
2 changed files with 15 additions and 1 deletions

14
CHANGELOG.md Normal file
View file

@ -0,0 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## 0.1.0 - 2025-02-18
#### Features
- add build logic - (8ef4d84) - aleidk
#### Miscellaneous Chores
- add build step - (74d0f81) - aleidk
- initial commit - (e23a81c) - alecodes
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View file

@ -1,6 +1,6 @@
{ {
"name": "@alecodes/bun-static-builder", "name": "@alecodes/bun-static-builder",
"version": "0.0.0", "version": "0.1.0",
"module": "src/index.ts", "module": "src/index.ts",
"bin": "src/cli.ts", "bin": "src/cli.ts",
"type": "module", "type": "module",