From 166ba73c7a5e558d7a079034f866c801650c68fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 06:21:38 +0000 Subject: [PATCH] chore(release): 4.7.1 [skip ci] ## [4.7.1](https://github.com/cycjimmy/h5-webpack-starter/compare/v4.7.0...v4.7.1) (2024-10-24) ### Bug Fixes * strictly use camelCase naming for dart-sass ([c8f1166](https://github.com/cycjimmy/h5-webpack-starter/commit/c8f1166c0d351d97d04881ed276ab71e09e8a9ae)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f38414f..e4693aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "h5-webpack-starter", - "version": "4.7.0", + "version": "4.7.1", "description": "H5 webpack starter for webpack, es6/7, sass, pug, swiper...", "scripts": { "start": "npm run dev",