chore(version): v0.1.3

This commit is contained in:
Alexander Navarro 2025-04-11 13:23:16 -04:00
parent b032ab7cd0
commit 3752f58d12
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.3 - 2025-04-11
#### Bug Fixes
- add support for sass extension - (b032ab7) - aleidk
- - -
## v0.1.2 - 2025-02-19
#### Bug Fixes
- change package to scope to prevent resolution issues between registries - (2ca1ee5) - aleidk

View file

@ -1,6 +1,6 @@
{
"name": "@alecodes/bun-plugin-sass",
"version": "0.1.2",
"version": "0.1.3",
"module": "index.ts",
"type": "module",
"scripts": {