From dbb8941a71ad3f8290714c114d9d914c11f694e7 Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 19 Feb 2025 10:13:07 -0300 Subject: [PATCH] chore(version): v0.1.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b1e5e..e873d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 2d72480..a30b967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bun-plugin-sass", - "version": "0.1.0", + "version": "0.1.1", "module": "index.ts", "type": "module", "scripts": {