diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4af880b --- /dev/null +++ b/CHANGELOG.md @@ -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). \ No newline at end of file diff --git a/package.json b/package.json index ac4f465..d8b6780 100644 --- a/package.json +++ b/package.json @@ -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",