Compare commits

...

2 commits

Author SHA1 Message Date
5786338063 chore(version): v0.1.2 2025-04-11 19:41:08 -04:00
b4a551489c fix: add shebang to entrypoint 2025-04-11 19:40:59 -04:00
3 changed files with 50 additions and 42 deletions

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## v0.1.2 - 2025-04-11
#### Bug Fixes
- add shebang to entrypoint - (b4a5514) - aleidk
- - -
## v0.1.1 - 2025-04-11
#### Bug Fixes
- remove unecesary dependency - (cf7bf3f) - aleidk

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bun
import sassPlugin from "@alecodes/bun-plugin-sass";
import { parseArgs } from "node:util";
import path from "node:path";

View file

@ -1,5 +1,5 @@
{
"version": "0.1.1",
"version": "0.1.2",
"name": "@alecodes/tmpl-build-and-load",
"module": "index.ts",
"type": "module",