From 727d8d3e3415377e650f0ac8cab31f7d1b848b80 Mon Sep 17 00:00:00 2001 From: Ely De La Cruz <603428+elycruz@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:18:15 -0400 Subject: [PATCH] issue-#123 - Replace occurences of 'master' with 'main' Updated package version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59ed8dc..e1feef9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-sass", - "version": "1.12.21", + "version": "1.12.22", "description": "Rollup Sass files.", "main": "dist/index.js", "typings": "dist/index.d.ts",