generated from alecodes/base-template
chore(version): 0.1.0
Some checks failed
Publish package / build_and_publish (push) Failing after 19s
Some checks failed
Publish package / build_and_publish (push) Failing after 19s
This commit is contained in:
parent
74d0f81a6c
commit
df586c34d4
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal 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).
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@alecodes/bun-static-builder",
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.0",
|
||||
"module": "src/index.ts",
|
||||
"bin": "src/cli.ts",
|
||||
"type": "module",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue