chore(version): v0.1.1

This commit is contained in:
Alexander Navarro 2025-02-19 10:13:07 -03:00
parent a90901cca5
commit dbb8941a71
2 changed files with 7 additions and 1 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.1 - 2025-02-19
#### Bug Fixes
- add sass as a dependency - (a90901c) - aleidk
- - -
## v0.1.0 - 2025-02-19
#### Features
- add plugin - (fa09b9e) - aleidk

View file

@ -1,6 +1,6 @@
{
"name": "bun-plugin-sass",
"version": "0.1.0",
"version": "0.1.1",
"module": "index.ts",
"type": "module",
"scripts": {